Same here! Please advise!
Hi,
Please try: Dashboard -> Events -> Theme Options and hit Save Options (this regenerates the CSS).
This did not work. Same message, same results.
Have you tried to increase your PHP memory limit? Open your wp-config.php which is located in the root WordPress directory. Then add the following lines:
define('WP_MAX_MEMORY_LIMIT', '128M');
ini_set('memory_limit','128M'
);
Nothing but syntax errors when I add those lines to wp-config.
I have now tried everything I’m comfortable with to solve the issue. Including recognizing that the “close parentheses” and semicolon was missing from your bit of code, and was causing my syntax error (you put them after the code snippet, in the body of the reply). No change.
I’ve also added a php5.ini file, and modified the existing php.ini file. No change.
Modified htaccess.php as well. Again, no change.
As far as I can tell, I’ve done everything possible to raise my php memory limit, yet nothing fixes the plugin. I still get the memory overrun message, and the rendering of the calendar is still incomplete and terrible.
I have temporarily gone to Google Calendar embed codes so I can at least display something legible. But if you’d like to view the improper plugin rendering, you can find it here: http://ianeric.com/calendar-2/ – that page *should* be displaying a month calendar on desktop, or agenda view for mobile.
-
This reply was modified 9 years, 5 months ago by
IanEric.
Trying to give this a bump since my Time.ly calendar is currently unusable until the memory limit issue is solved. I have confirmed that I actually do have plenty of php memory, so the issue is somewhere within the plugin. Hoping for an update soon?
How much PHP memory you have now? 64M is not much if you have several installed plugins.
I believe it is indeed 64. However – for some unknown reason, the calendar is working again without the php warnings. CSS compilation is functioning, and the calendar and widget are rendering properly. Perhaps the issue was a plugin conflict? Though I really don’t run many plugins on my site…..