Bug #49111
closedFilelist context menu does not display but exhausts allowed memory
0%
Description
Clicking the icons in File>Filelist should show a context menu.
Instead the console shows:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) ...domain.../typo3/alt_clickmenu.php?table=...path of the file in filelist...&uid=&listFr=1&enDisItems=&backPath=..%2F..%2F..%2F%7C3621a6d5f7&addParams=&ajax=1
The error log reports:
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 130968 bytes) in .../typo3_src-4.7.12/t3lib/class.t3lib_div.php on line 1495, referer: ...domain.../typo3/sysext/filelist/mod1/file_list.php?id=...path of the folder in filelist...
Increasing the memory available for PHP does not help.
The bug is repeatable in other TYPO3 4.7.12 installations.
Bug does not occur in TYPO3 versions 4.5.27 or 6.1.1
Updated by Wouter Wolters over 11 years ago
- Status changed from New to Needs Feedback
Updated by Peter Murray over 11 years ago
Wouter Wolters wrote:
Do you have TemplaVoila installed?
Yes the bug is only on sites with TemplaVoila installed (versions 1.7.0 and 1.8.0).
Sites without TemplaVoila work correctly.
Updated by Wouter Wolters over 11 years ago
Then you encoutered a bug in TemplaVoila and not in the TYPO3 core. I had this problem myself earlier.
The fix is already merged in the master branch of TemplaVoila.
See for the patch here: https://review.typo3.org/#/c/21297/
You need to apply this to have a working context menu again:-)
Can you try that patch?
Updated by Peter Murray over 11 years ago
Wouter Wolters wrote:
Then you encoutered a bug in TemplaVoila and not in the TYPO3 core. I had this problem myself earlier.
The fix is already merged in the master branch of TemplaVoila.See for the patch here: https://review.typo3.org/#/c/21297/
You need to apply this to have a working context menu again:-)Can you try that patch?
Yes the patch works and solves the problem.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Closed as duplicate of #43554