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

Johannes Feustel j at feustel.eu
Sun Jan 23 15:13:46 CET 2011


Hi Steffen,

> 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.

this is the output using php 5.3.2

Array
(
     [0] => Array
         (
             [file] => /Users/jo/Sites/introduction/typo3/ajax.php
             [line] => 36
             [function] => require_once
         )

)
Array
(
     [0] => Array
         (
             [file] => /users/jo/Sites/introduction/typo3/init.php
             [line] => 200
             [function] => require_once
         )

     [1] => Array
         (
             [file] => /Users/jo/Sites/introduction/typo3/ajax.php
             [line] => 55
             [args] => Array
                 (
                     [0] => /users/jo/Sites/introduction/typo3/init.php
                 )

             [function] => require
         )

)

and the following using 5.2.13:

Array
(
     [0] => Array
         (
             [file] => /Users/jo/Sites/introduction/typo3/ajax.php
             [line] => 36
             [function] => require_once
         )

)




More information about the TYPO3-dev mailing list