• “CSS compilation failed because you don’t have enough free memory (a minimum of 24M is needed). Your calendar will not render or function properly without CSS. Please read this article to learn how to increase your PHP memory limit.”

    Seems this happens about every third update to the calendar plugin. Unfortunately, this time my calendar display is horrendous. In the past, this warning didn’t do much – if anything – to how the calendar functioned. But now it’s completely useless.

    I have always had a memory limit of 64M. Please advise and update!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Same here! Please advise!

    Hi,

    Please try: Dashboard -> Events -> Theme Options and hit Save Options (this regenerates the CSS).

    Thread Starter IanEric

    (@ianeric)

    This did not work. Same message, same results.

    Same here.

    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'

    );

    Thread Starter IanEric

    (@ianeric)

    Nothing but syntax errors when I add those lines to wp-config.

    Thread Starter IanEric

    (@ianeric)

    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: https://ianeric.com/calendar-2/ – that page *should* be displaying a month calendar on desktop, or agenda view for mobile.

    • This reply was modified 8 years, 4 months ago by IanEric.
    Thread Starter IanEric

    (@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.

    Thread Starter IanEric

    (@ianeric)

    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…..

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘CSS Compilation Failed – here we go again….’ is closed to new replies.