Closed (fixed)
Project:
Campaign Monitor
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 14:47 UTC
Updated:
6 Dec 2011 at 09:20 UTC
Hi,
Both with version 7.x-1.0-beta3 as with the latest 7.x-1.x-dev i get a WSOD on:
admin/config/services/campaignmonitor/lists
and
admin/config/services/campaignmonitor/states
I tried with libraries version 7.x-1.0 as 7.x-2.0-alpha1
Using Drupal 7.8.
Nothing added to watchdog.
No errors in the httpd logs.
Any ideas?
TIA
Johan.
Comments
Comment #1
johanbeckers commentedSeems that this module is causing even more problems.
When I try to create a new block: WSOD.
When I disable the campaignmonitor module everything is back to normal.
If anyone can give a hand here. I'm lost in the dark.
Thanks in advance,
Johan.
Comment #2
cableman0408 commentedDo you get any error messages in your web-server (Apache) log files. WSOD might suggest that you PHP process has failed.
How much memory do you give PHP in php.ini ?
Comment #3
johanbeckers commentedHi, Thanks for your reply!
Settings:
memory_limit = 128M
max_execution_time = 3600
Apache log: nothing
Any ideas :)
Comment #4
cableman0408 commentedI have not been able to recreate this issue... which version of PHP are you running ?
Comment #5
sxnc commentedI actually had the same Problem here, did you check wether or not the Library contents inside the "campaignmonitor" folder are complete? If you did it locally following the README file and pushed it to a dev server, there's a good chance that git ignored the contents.
Comment #6
cableman0408 commentedI have fixed a problem with the lists page, which can return a WSOD if API keys have not be entered yet. But I'm not sure that this is related to the error mentioned here.
Comment #7
johanbeckers commentedHi all ...
Sorry for my late reply, other project took my time.
However, the problem is solved and was due to the fact that not all files from github were in my libraries folder.
Tip: maybe a little check could be build that displays an error instead of a WSOD :)
Thanks for the help and hints!