Thanks for giving me access to see the issue. If you look at the source of the page you’ll see this error:
<b>Fatal error</b>: Allowed memory size of 134217728 bytes exhausted (tried to allocate 256 bytes) in <b>/home/teetilldeath/teetilldeath.com/wp-includes/load.php</b> on line <b>572</b>
That looks like it’s running out of memory and I have an idea why. I’d like to try a change, but I don’t have access to change the plugin on your blog. I’d like you to change line 627 of edcal.php. It looks like this:
‘posts_per_page’ => -1,
and I’d like you to change it to look like this:
‘posts_per_page’ => 1,
If that fixes the issue then I can make this fix in the next version of the plugin.
Thanks,
Zack