ypranay / org.civicrm.civirebux

[Google Summer of Code 2016] CiviREBUX - REport BUilding eXtension for CiviCRM
Other
5 stars 4 forks source link

White Screen of Death #3

Closed Leftspace21 closed 8 years ago

Leftspace21 commented 8 years ago

Installing Rebux went without a glitch - however, on clicking Rebux under Reports get white screen of death.

Got the following message in the Apache error log: AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4104 bytes) in MYDOMAIN/administrator/components/com_civicrm/civicrm/CRM/Core/DAO.php on line 1372\n', referer: MYDOMAIN/administrator/index.php?option=com_civicrm

So it looks like it hit the PHP memory_limit of 128MB. I upped the memory_limit to 256MB (the highest I can go to) and then got the message: AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 65552 bytes) in MYDOMAIN/administrator/components/com_civicrm/civicrm/CRM/Core/DAO.php on line 1372\n', referer: MYDOMAIN/administrator/index.php?option=com_civicrm

ypranay commented 8 years ago

Looks like it's not because of CiviREBUX, but due to some server memory issues. Here are a few quick suggestions which you can try:

CiviREBUX worked well for a lot of other users, so I guess the solution should come from either of the two above. Let me know if both don't work out.