[TYPO3-dev] introduction package not working in MAMP php 5.3.2

Steffen Gebert steffen at steffen-gebert.de
Sun Jan 23 14:32:57 CET 2011


Hi Johannes,

thanks for your report! It's very important for us to get feedback!

> [23-Jan-2011 14:02:25] PHP Fatal error: Cannot redeclare class t3lib_div
> in /Users/jo/Sites/introduction/t3lib/class.t3lib_div.php on line 230
Looks like t3lib_div is included twice. I just gave the intro package a 
try on MacOS with PHP 5.3 and nothing unexpected happend.

Could you add these lines to the beginning of t3lib/class.t3lib_div.php, 
please?
 > if (class_exists('t3lib_div')) {
 >         print_r(debug_backtrace());
 > }
Maybe this gives a hint, where the second inclusion comes from.

Result will again be visible in Firebug ;-)

> Can anyone else reproduce this error? Everything is working fine if I
> switch back to php 5.2.13. Turning of php caches didn't help.
Will try MAMP now.

Kind regards
Steffen

-- 
Steffen Gebert
TYPO3 Core Team Member

Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list