Reinstall After Upgrading to Extension v14.x.x
Important
This upgrade introduces major breaking changes.
The steps below are required only when upgrading to Extension v14.x.x from an earlier version.
Before starting the reinstallation process, ensure that you review and complete every step in the order provided.
Skipping or changing the sequence of these steps may result in configuration issues, missing functionality, or data inconsistencies.
If you are performing a fresh installation or upgrade extension, please follow the instructions in the Installation section.
Overview
T3AA now works as a child extension of AI Foundation (ns_t3af).
If you used T3AA before the new architecture, this guide explains how to move your accessibility-related workflows to the shared AI Foundation setup.
Previous Version
Earlier T3AA projects usually followed this pattern:
Install T3AA directly
Configure AI-related services inside the extension flow
Start using metadata, audio, accessibility, or optimization features
New Architecture
T3AA still provides the editor-facing accessibility and content-support features, but the shared AI setup now belongs to AI Foundation. That means provider setup, common AI features, prompts, and shared services should be managed in the parent extension first.
Before Updating
Before you update, make sure you:
back up your files and database
test the migration on staging first
verify TYPO3 and PHP compatibility
install or update AI Foundation
prepare the provider credentials used for metadata, audio, or related workflows
Helpful references:
AI Foundation System Requirements
Migration Steps
Back up the TYPO3 project.
Install or update AI Foundation (
ns_t3af).Configure the required providers in AI Foundation.
Verify that AI Foundation can complete a basic AI request.
Install or update T3AA.
Run the Database Analyzer and apply pending changes.
Clear TYPO3 caches.
Re-check T3AA prompt and feature settings if your project uses custom behavior.
Test the T3AA features your editors rely on most.
What users should do after updating
After the update, ask users or project owners to confirm that:
image metadata and alt-text generation still work
audio or voiceover output still uses the expected provider
accessibility-related checks still open and run correctly
simplified text or related content-support actions still return usable results
Recommended Post-Update Checks
Test one image metadata action
Test one audio or voiceover action if those modules are used
Open the CKEditor accessibility checker and confirm it still works
Review AI logs for failed requests
Re-check provider access if output stops or changes unexpectedly
Common Migration Issues
AI Foundation is not installed: T3AA now depends on
ns_t3afand cannot run correctly without it.Provider setup is incomplete: audio, metadata, or other AI actions may fail until the provider configuration is finished.
Output changed after the update: review prompts and feature settings if your project used custom wording or provider rules.
A feature opens but does not complete: clear caches and review the related AI logs.