Hi Kim,

"Kim Holberg Andersen" <k...@crewcut.dk> schrieb im Newsbeitrag 
news:mailman.1.1244151417.25696.typo3-engl...@lists.netfielders.de...
>
> Fatal error: Call to undefined function txdam_getMediaTCA() in 
> /home/www/crewcut.dk/typo3conf/temp_CACHED_ps9de1_ext_tables.php on line 
> 3918
>
> Tried to delete temp files in typo3conf/ - this did not help.
> Tried to locate dam inside localconf.php in the extList to delete it, but 
> it was not there.

There must be _at least_ two declarations of this variable...
Have you checked the last one?

Maybe you still have an extension installed, which depends on dam?
Check out line 3918 in this temp-file.
Removing the ext. which inserts the block which this line is in should help.

> Got it under: $TYPO3_CONF_VARS['EXT']['extConf']['dam'].....can i delete 
> this in localconf.php?

This has settings for dam in it.
You can simply comment it out using two slashes like
// $TYPO3_CONF_VARS['EXT']['extConf']['dam']....
(Then you still have it somewhere, if you want to use dam again. If you are 
sure, you won't want to, delete the line.)

Jörg 


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to