[TYPO3-dev] EXT: DAM - xdebug error

J. Lingott jbl at deweblop.de
Sat Nov 27 16:27:47 CET 2010


Hello list,

which scripts are calling t3lib/config_default.php, or rather which of 
the listed one's might do the second, erroneous call? Assuming 
typo3/init.php is doing the initial one...

- t3lib/class.t3lib_extmgm.php
- t3lib/class.t3lib_iconworks.php
- t3lib/class.t3lib_stdgraphic.php
- t3lib/class.t3lib_superadmin.php
- t3lib/stddb/tables.php
- t3lib/thumbs.php
- typo3/sysext/cms/tslib/class.tslib_fe.php
- typo3/sysext/cms/tslib/index_ts.php
- typo3/sysext/cms/tslib/showpic.php
- typo3/sysext/install/mod/class.tx_install.php
- typo3conf/ext/kickstarter/sections/class.tx_kickstarter_section_pi.php

Am currently getting that redeclaration of xdebug error when trying to 
make an indexing setup for DAM.
Might it be possible that the error is caused by installing DAM or any 
of its extensions in the wrong order, and how should the order be with 
the following extensions installed (listed in execution order from 
localconf extList)?

- dam
- dam_index
- dam_catedit
- dam_ttcontent

Deleting typo3conf/temp_CACHED* and/ or clearing cache doesn't help. 
Wrapping the function declaration in config_default is not an option as 
it just produces follow-up errors caused by the same erroneous double call.

Cheers and best regards


Jörg Lingott




More information about the TYPO3-dev mailing list