Hi,
I have Typo3 13 running locally with DDEV as composer a installation taken from standard setup.
I found that some of the system modules in the BE were missing and other optional modules were installed.
Missing: DB check, Configuration !!!
Optionals installed: Reactions, Webhook (don’t need)
So I did a full installation with DDEV & composer on the existing installation, hoping to get the missing modules.
Launching my system now gets this error:
(1/3) #1146 Doctrine\DBAL\Exception\TableNotFoundException
An exception occurred while executing a query: Table ‘db.sys_workspace’ doesn’t exist
in /var/www/html/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 40
1213 => new DeadlockException($exception, $query),
1205 => new LockWaitTimeoutException($exception, $query),
1050 => new TableExistsException($exception, $query),
1051,
1146 => new TableNotFoundException($exception, $query),
Does somebody know, why these standard modules were missing?
Kind regards
Bernd
1 post - 1 participant
I missed modules in BE, now system crashed
I have assigned a category to a page and would now like to use it in my template. Unfortunately, I can’t find the category in the variables.
Could someone help me with this?
I would like the page header to change slightly depending on the category, e.g. different logos.
3 posts - 2 participants
[SOLVED] Query page category - how does it work?
I have assigned a category to a page and would now like to use it in my template. Unfortunately, I can’t find the category in the variables.
Could someone help me with this?
I would like the page header to change slightly depending on the category, e.g. different logos.
1 post - 1 participant
Query page category - how does it work?
The TYPO3 Localization Team made significant strides in 2024, enhancing the multilingual capabilities of the TYPO3 content management system.
2024 in Review: The TYPO3 Localization Team’s Year of Progress
Comments on docs.typo3.org/
About the Docs category
Dear TYPO3 Community, today we've released TYPO3 13.4.8 LTS and 12.4.28 LTS, which are ready for you to download. All versions are maintenance releases and contain bug fixes only. For details about the releases, please see: get.typo3.
[TYPO3-announce] TYPO3 13.4.8 and 12.4.28 maintenance releases
Dear TYPO3 users, several vulnerabilities have been found in the following third party TYPO3 extensions: “Additional TCA” (additional_tca) “[clickstorm] SEO” (cs_seo) For further information on the issues, please read the related advisories TYP…
[TYPO3-announce] [Ticket#2025031810000011] Vulnerabilities in multiple third party TYPO3 CMS extensions
The first Monday of the month at 11:00 — this is the time to mark in your calendar if you want to help shape best practices for code in TYPO3 extensions. On 3 February 2025, the Best Practices Team held its first regular code sprint.
Report From the First Regular Code Sprint of the Best Practices Team
Hello TYPO3 Community, today we've released a scheduled version — TYPO3 13.4.7 LTS, which is ready for you to download. TYPO3 13.4.7 LTS is a maintenance release and contains bug fixes only - it follows 13.4.
[TYPO3-announce] Announcing TYPO3 13.4.7 LTS
Hi there, I’m trying to upgrade a legacy installation from 11.5.41 to 12.5.27. Before changing the symlink, I updated the reference index (as recommended by Pre-upgrade tasks — TYPO3 Explained 12.4 documentation) and unloaded all local extensions.
[SOLVED] Upgrade 11.5 -> 12.4: Install tool hangs on "Initializing"