[TYPO3-english] FYI: tq_seo breaks BE - fix
Philipp Gampe
typo3.list at philippgampe.info
Sat Dec 4 14:01:45 CET 2010
Hi List,
in case you use tq_seo, you might found you BE broken with the current
update the next time you try to log in.
This is caused by a missing line in EXT:tq_seo/hooks/
class.cache_controller_hook.php
You will need to add the following line at the very beginning of the file
(after the first comment block).
require_once (PATH_typo3.'interfaces/
interface.backend_cacheActionsHook.php');
Unfortunately I did not find any public bug tracker, but I hope it gets
fixed soon.
Best regards
Phil
More information about the TYPO3-english
mailing list