I installed a new version of MAMP, and then my Views PDF pages weren't loading. Got a server error.

The php_log kept saying "PHP Fatal error: Cannot redeclare drupal_error_levels()"

So... I went to MAMP, Preferences, and changed cache from from XCache to eAccelerator. Now it generates the PDF.

Hope this helps someone. Wasn't quite sure what category to put this under.

Comments

killua99’s picture

Priority: Minor » Normal
Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce

Dear fellow Drupal enthusiasts,

I have set this issue to "Postponed (Maintainer needs more information)".

If not already done please add an issue summary and steps how to reproduce the problem.
And please read again, "Making an issue report".

Help about how to do this can be found on IRC and in the user groups.

After there is new information, please re-open the issue by changing the status to active.

--
This issue was edited with the help of Issue Helper

mvwensen’s picture

Same redeclare error on a WAMP setup with views pdf:

In the php.ini make the xcache size bigger (60M -> 120M e.g.):

[xcache]
xcache.size=120M
vegansupreme’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)