[TYPO3-english] Database error

bernd wilke t3ng at bernd-wilke.net
Fri Feb 28 13:12:09 CET 2014


Am 28.02.14 12:59, schrieb tynaarlo info:
> i removed the dbal folder

that is no uninstallation [1][2] ...

> now there's a new error

... as the extension is still referenced and your TYPO3 tries to include it

>
> Fatal error: Class '\TYPO3\CMS\Dbal\Database\DatabaseConnection' not
> found in
> /home/.sites/125/site129/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php
> on line 4114

now you need to remove the configuration entry to include the extension:
edit typo3conf/LocalConfiuration.php and remove the line with 'dbal'

furthermore you need to remove all cached configuration files:
remove all entries from folder typo3temp/Cache/



[1] as dbal is a core extension you modified your TYPO3 source.
you may restore the extension (and the include) with a new installation 
of your TYPO3 sources.

[2] an uninstallation would mean:
enter the BE-module 'Extension Manager' and switch the extension to 
uninstalled

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list