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
T3AC now works as a child extension of AI Foundation (ns_t3af).
If you used T3AC with the previous standalone setup, this guide explains how to move your chatbot project to the new parent-extension architecture.
Previous Version
Earlier T3AC projects usually followed this pattern:
Install T3AC directly
Configure chatbot-related AI settings inside the child extension
Start training content and serving chatbot answers
New Architecture
T3AC still provides the chatbot, training, and embed workflows, but AI Foundation now handles the shared provider setup, prompts, AI features, and common AI services used by those workflows.
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 chatbot answers and training
Helpful references:
Migration Steps
Back up the TYPO3 project.
Install or update AI Foundation (
ns_t3af).Configure the provider and model setup in AI Foundation.
Verify that AI Foundation can complete a test AI request.
Install or update T3AC.
Run the Database Analyzer and apply pending changes.
Clear TYPO3 caches.
Re-check chatbot configuration, prompts, and provider access.
Re-sync or retrain data if your chatbot depends on indexed content.
Test the chatbot in the backend and on the frontend.
What users should do after updating
After the update, confirm that:
the chatbot opens correctly
training still completes without errors
answers still use the expected data and tone
source links or embed behavior still work where enabled
logs and usage tracking still show activity
Recommended Post-Update Checks
Test one chatbot question with a real project query
Review greeting, welcome text, and prompt behavior
Verify the training pipeline and data source sync
Check one external embed if your project uses it
Review AI logs for failed requests or training issues
Common Migration Issues
AI Foundation is not installed: T3AC now depends on
ns_t3af.Provider setup is incomplete: chatbot requests may fail until the shared provider setup is finished.
Answers changed after the update: review chatbot prompts and training data.
Chatbot opens but has weak results: re-check training, source data, and prompt instructions.