Bug #50956
Error fatal after update to 4.16.10
0%
Description
Hi,
I use TYPO3 6.1.3 and when I try to open phpmyadmin, I got this error :
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in .../typo3conf/ext/phpmyadmin/res/phpMyAdmin-3.5.8.2-all-languages/libraries/auth/signon.auth.lib.php on line 151
The PHP memory_limit is set to 128M.
Is there any possibility to avoid this error?
Thanks
Related issues
History
#1
Updated by Lukas Taferner over 6 years ago
Same here, downgrading to 4.15.1 solved the problem!
#2
Updated by Andreas Beutel about 6 years ago
- Status changed from New to Under Review
- Assignee set to Andreas Beutel
#3
Updated by Maik Nergert almost 6 years ago
Please fix this issue. Downgrading to an old unsecure version can't be the solution.
Extension Version 4.17, TYPO3 4.5.32, PHP 5.3.3-7+squeeze17
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4504527 bytes) in ../typo3conf/ext/phpmyadmin/res/phpMyAdmin-3.5.8.2-all-languages/libraries/Error.class.php on line 160
#4
Updated by Stefan Neufeind almost 6 years ago
Would be great if you could try to help dig into the details so somebody can create a fix.
#5
Updated by Maik Nergert almost 6 years ago
I spent some time on the diff's from 4.15.1 to 4.16 and found out, that using the old
/res/phpMyAdmin-3.5.4-all-languages/libraries/Error_Handler.class.phpfrom Version 4.15.1 works for me in 4.16 and 4.17
Can somebody confirm that the Error_Handler.class.php is part of the issue?
#6
Updated by Eric Chavaillaz almost 6 years ago
I try with the "old" error handler and I can confirm that it works!
I use TYPO3 6.1.7 with PHP 5.3.
Thanks
#7
Updated by Andreas Beutel almost 6 years ago
- Status changed from Under Review to Resolved
Latest version 4.18.0 (phpMyAdmin 4.0.10) has been committed to Forge/SVN and pushed to TER and compatibility had been tested with TYPO3 4.5 and 6.1.x.