Nov 09
According to this discussion forum, a site with the following error message has a cache issue:
Fatal error: Maximum execution time of 60 seconds exceeded in c:\your-site-path\wp-includes\cache.php on line 344
To resolve the issue, disable caching in wp-config.php. Add the following line: define('DISABLE_CACHE', true);
Enjoy this article? Try something like it:
- Register ASP.NET Controls in Web.config User Controls in ASP.NET are a great tool - they...










November 15th, 2006 at 4:33 pm
Jenny, I started having the same problems as you on my blog today. Thanks for figuring this out!!
As an added note, this setting already exists, but is commented out, in the wp-settings.php file, which is included by the wp-config.php file. Simply uncomment it in wp-settings.php and you're good to go.
Furthermore, you can modify the wp-settings.php file in Admin -> Manage -> Files, thus not needing FTP access, whereas wp-config.php is not editable thru that interface (supposedly for security purposes).
Just some nice tidbits I found..
December 15th, 2006 at 1:35 pm
I was also having some serious issues with WP v2.0.2 where I was attempting to change the user profile and the information wasn't updating...consistently. It was really confusing. As it turns out, turning off the cache fixed it.
December 15th, 2006 at 1:43 pm
User Profile Problems in WP Fixed With Cache...
Jenny had a post about how WordPress caching seems to mess everything up, at least in WP v2.0.2. Disabling the cache fixed a very serious error that was bringing the site down.
As it turns out, I was having a heck of a time with user management on a fr...