Project

General

Profile

Actions

Bug #14197

closed

"Allowed Memory Size" PHP 4.0.6

Added by Daniel Poetzinger over 20 years ago. Updated over 20 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-06-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

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..
(issue imported from #M145)

Actions #1

Updated by Ingmar Schlecht over 20 years ago

This is a bug of PHP and not Typo3. Kasper said this will not be fixed.
I suggest you update your PHP version.

Actions

Also available in: Atom PDF