[TYPO3-dev] Deleting record several places?
Dmitry Dulepov
dmitry at typo3.org
Mon Jan 5 06:19:37 CET 2009
Hi!
Simon Justesen wrote:
> I cannot get the hook to respond - wrote a little test and I've tried
> both pre and postprocess.
You have a mismatch between class name and file name. If class is user_produktliste_hooks, than file must be class.user_produktliste_hooks.php. If class is tx_produktliste_hooks, than file is class.tx_produktliste_hooks.php. Name of the class must match the one in the file name.
Also do not forget to clear configuration cache in BE after you add lines to your ext_localconf.php.
--
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/why_your_typo3_installation_can_be_slow/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
More information about the TYPO3-dev
mailing list