Closed (won't fix)
Project:
Drupal core
Version:
5.2
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2007 at 09:04 UTC
Updated:
21 Jun 2011 at 23:42 UTC
Sometimes drupal returns a blank page. In the error log we can see:
[20787] EACCELERATOR: PHP crashed on opline 82 of usort()
at /home/solares/public_html/modules/menu/menu.module:766
It happens with a custom module that uses the node module to add content
node/add/terrain/request
node/add/terrain/offer
node/add/terrain/contact
(the callback with the path "node/add/terrain" in the hook_menu returns a form)
I'm also using i18n module.
There are a similar issue in http://drupal.org/node/61094
Comments
Comment #1
Shiny commentedyou can whitelist these paths in you eaccelerator config (php.ini)
if you can narrow down the cause, i suggest filing a bug report with the eacclerator project
you don't mention which version of eAcc you're using - check you've got the latest compiled against your version of php + apache/lighttpd/whatever.
Comment #2
beholder commentedI have very similar situation, but with file.inc file. eAccelerator has troubles with function
file_scan_directory. Site shows blank page with errors in errorlog:I had to hack Drupal core and modify file.inc code to make parameter of the
file_scan_directory()function$recurse = FALSEby default, because this function used by several modules (image.inc, nodewords etc). I don't know who has responsibility for this - maybe eAccelerator developers...Comment #3
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.