• I’m using version 2.5.21 and my memory limit is set to 64M yet I still get an error message in the admin with the following.

    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.

    I cant even dismiss the message as the button doesn’t work.
    Also I can access any of the settings or add events.

Viewing 1 replies (of 1 total)
  • Hi @infotexsupport,

    If you use several plugins, 64mb may not be enough, so if possible, please try increasing the 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');
Viewing 1 replies (of 1 total)

The topic ‘CSS compilation failed’ is closed to new replies.