[Typo3-dev] Once Again: t3lib\browsetree

Benjamin Müller mueller at be-cre8tive.com
Mon May 17 21:43:57 CEST 2004


Hi all!

I tested the hole week several things, so I deceided to open a new
topic again for that.

I have installed Typo3.5, which works fine.

On a different, seperated Account I installed Typo 3.6.
In the BE I received this error:

----------------------------------------------------------------
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to
allocate 15691 bytes) in
/www/home100/html/v2/typo3/t3lib/class.t3lib_browsetree.php on line 85
----------------------------------------------------------------

But I have enough memory, so I figured out this solution:

----------------------------------------------------------------
Hello
Today I installed the 3.6 on a testserver with PHP Version 4.0.6..
By clicking on List in the Backend, the Pagetree could not be
generated
because of the PHP Errormessage "Fatal error: Allowed memory size of
134217728 bytes exhausted (tried to allocate 50891 bytes)
in ..../class.t3lib_browsetree.php on line 85"
At first I raise the Allowed Memorysize up to 128M but the error was
still there.
Then I changed the line 85 from:
parent::init(...);
to
t3lib_treeView::init(...);
And the pagetree could be rendered with an memorylimit of 16M..
----------------------------------------------------------------

So I commented the line out and applied the changes below: still the
error occours. So I installed Typo 3.6 and 3.61 on two different and
seperated accounts with the modified browsetree.php!

But still there is the error on line 85, but this line is disabled.
There can't also be a Typo3 Cache for this file (because I used the
new file at ther installation). All Typo 3.6x versions have this
error. I also had intensiv contact to the server administrator: There
is no Phpcache. The server was also rebooted several times.
I can also delete the file, the error is still there.

But Typo 3.5 is still working on a different account. I also tried to
use the browsetree from 3.5 in 3.6, but nothing changed.

So I need to know, where Typo 3.6 loads this file from? This
browsetree is somewhere cached and Typo dont wants to reload it (since
weeks!), even if the server is rebooted completly several times!

I cant believe, thats a bug in php - because 3.5 is working.

Hope there will be a solution for that?
SERVER_SOFTWARE Apache/1.3.20 (Linux/SuSE) PHP/4.0.6 mod_perl/1.26 

Thx in advantage,

Ben




More information about the TYPO3-dev mailing list