Hi Andy,
It sounds like a PHP error is occurring, but as you likely have error reporting turned off (quite rightly), the error doesn’t show up, just leaving a blank page.
However, it is difficult to suggest a solution without knowing what the error is, as it could be caused by several different things. You can turn error reporting on temporarily by adding the following to your wp-config.php file (before the ‘That’s all, stop editing!’ line):
define('WP_DEBUG', true);
If you then load the ‘blank’ page as before, you should see some error information.
If you’re not sure about trying the above, then it may be worth deactivating other plugins you have installed in turn, trying the ‘blank’ page each time, to see if that makes any difference. Sometimes plugins can conflict with each other. If you manage to determine that this is the case, please let me know which plugin(s) seem to be conflicting with mine, and I’ll investigate further.
Let me know if you have any questions or need more help!
Ross.
Thread Starter
andy0
(@andy0)
Ross Hanney wrote:
Hi Andy,
It sounds like a PHP error is occurring, but as you likely have error reporting turned off (quite rightly), the error doesn’t show up, just leaving a blank page.
However, it is difficult to suggest a solution without knowing what the error is, as it could be caused by several different things. You can turn error reporting on temporarily by adding the following to your wp-config.php file (before the ‘That’s all, stop editing!’ line):
define('WP_DEBUG', true);
If you then load the ‘blank’ page as before, you should see some error information.
If you’re not sure about trying the above, then it may be worth deactivating other plugins you have installed in turn, trying the ‘blank’ page each time, to see if that makes any difference. Sometimes plugins can conflict with each other. If you manage to determine that this is the case, please let me know which plugin(s) seem to be conflicting with mine, and I’ll investigate further.
Let me know if you have any questions or need more help!
Ross.
Thread Starter
andy0
(@andy0)
So I tried that, still blank page 😐
Oh, hmm, that’s strange.
Have you tried deactivating every plugin except Google Calendar Events? Just to rule out plugin conflicts once and for all.
If it still doesn’t work, could you let me know the feed URL you are using, and the feed settings you have entered (number of events to retrieve, cache duration etc.)?
Also, does the widget calendar seem to work, or is the same issue occurring there too?
Ross