You are now viewing my site on WP 2.1. It was a relatively painless upgrade (following the instructions on WordPress.org)…but I use the term “relatively” very loosly. When I first tried to run the upgrade script, I got an error (that I had seen before):
Warning: main(/blahblahblah/wp-content/
advanced-cache.php) [function.main]: failed to open stream: No such file or directory in /blahblahbla/wp-settings.php on line 69
where “blahblahblah” was the path within my server. I remember deleting a symbolic link when I was putting the files on the server. Well, that is what caused the chaos. However, it was not easy to figure out how to recreate the link since the item that the link went to, no longer existed.
As it turns out, the fix was very easy. Since one of the files that you do NOT delete is that of the wp-config.php, an old plugin reference was being called, even though it was not in use. What you do to fix is simply edit your wp-config.php file and either delete or comment out the line:
define(’WP_CACHE’, true);
{ 0 comments }
















