Update Guide
To update the T3AC Premium extension, please follow the official update documentation: https://docs.t3planet.de/en/latest/License/UpdateVersion/Index.html
Important
Migration Steps Step 1 — Remove the current extension Uninstall EXT:ns_t3ac from your TYPO3 installation before proceeding.
Step 2 — Update EXT:ns_license Make sure you have the latest version of the License Manager extension installed.
Step 3 — Re-activate your license to download the new version Without Composer: Go to Admin Tools → License Manager → remove your license key → re-enter and activate it. The new version will be downloaded automatically.
With Composer: Completely remove T3AC from your project first. Then in your composer.json, update the only parameter in the composer repositories configuration, for example:
"only": ["nitsan/ns-t3ac", "nitsan/ns-t3cs"]
Full details: https://docs.t3planet.de/en/latest/License/LicenseActivation/Index.html
Step 4 — Run the Database Analyzer Go to Admin Tools → Maintenance → Database Analyzer and apply all pending changes.
Step 5 — Configure your AI model Go to Extension Settings → ns_aiuniverse → Setup AI model and key.
Step 6 — Follow the documentation for full setup T3AC: https://docs.t3planet.de/en/latest/ExtNsT3AC/Index.html
Note
Always back up your database and files before performing an update to avoid any data loss or compatibility issues.
Important
Whenever you update the extension to version 1.4.0, please ensure that the base URL is not set to “/”. The base URL should match your site URL.
Example:
If your site URL is https://typo3v11.com/, then your base URL should be https://typo3v11.com/, not /.
You can change this configuration in the Site module.