I'm having an issue with clear cache not working on Revo 2.3.2 hosted on modxcloud.
I'm not getting anything from the error log, and in inspector I can see that a lot of request are being made to "system/clearcache" but that they eventually gets cancelled.
The console just reports the standard "working". The cache doesn't get cleared - I have to do a manual delete of the files in the cache directory to clear it.
The server logs reports:
[03-Nov-2014 15:07:47 Europe/Copenhagen] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /www/core/xpdo/cache/xpdocachemanager.class.php on line 473
[03-Nov-2014 15:07:47 Europe/Copenhagen] PHP Fatal error: Undefined class constant 'LOG_LEVEL_ERROR' in /www/core/model/modx/error/moderrorhandler.class.php on line 111
Does anyone have an idea on what might be causing the xpdocachemanager.class.php to take that long or what I should investigate further?