Server Error Message — Unable To Activate W3 Total Cache
-
Hello. Over the past several weeks I have made multiple attempts to install and use W3 Total Cache, but I keep running into the same error message.
My environment: I am running WordPress 3.2.1. I have direct access to the machine which runs my web server. I use MAMP Pro 2.0 on a 27″ 2.8 GHz Quad Core i7 iMac running Mac OS X Lion. MAMP Pro is an Apache-mySQL-PHP package. It uses the most recent version of each software.
Whether I manually install the W3 Total Cache plug-in in my WordPress plug-ins folder by dragging and dropping, or use the “upload” link, or do an automatic download and install from the WordPress plug-ins site, the result is still the same.
In each case, WordPress reports that the plug-in has been installed successfully. However, the minute that I click on the “activate” link, my server throws me the following error message:
The website encountered an error while retrieving https://www.endtimeprophecy.net/Blog/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=. It may be down for maintenance or configured incorrectly.
I have seen this same error message mentioned in dozens of other messages here on the WordPress support forum, and folks attribute it to all kinds of reasons, but I didn’t find any which associate it with W3 Total Cache.
Currently, I have the following plug-ins installed in my WP plug-ins folder:
akismet
blog-directory-blogville
breadcrumbs
feedburner_feedsmith_plugin_2.3
google-sitemap-generator
hide-admin-bar-search
register-plus-redux
seo-smart-links-personal
sharedaddy
sharedaddy-more-control
sidebar-login
use-google-libraries
user-photo
wordpress-23-related-posts-plugin
wp-paginate
wp-recaptcha
wp-useronline
xcloner-backup-and-restore
xrds-simpleEven if I deactivate all of the above, and try to install and activate W3 Total Cache, the same error message still occurs.
As per the installation instructions, I have also set the permissions on “wp-content” and ” wp-content/uploads” to 777 using the Terminal, but that hasn’t helped. I am assuming that this is because the problem isn’t with the installation itself, but with what occurs after that when I hit the “activate” link.
Once this error message appears on my screen, while I can still access my blog, and view entries on it, I cannot go to the admin panel/dashboard.
The only way to return things to normal is by manually removing every file and folder that was created by the W3 Total Cache installation.
I don’t know if this will be of any help to the developer of W3 Total Cache, but following instructions I found in another post elsewhere, I opened the “wp-config.php” file and add the following in order to enable debugging:
define(‘WP_DEBUG’, true);
error_reporting( E_ALL | E_STRICT );
ini_set(‘display_errors’, 1);Once I enable debugging, I am presented with the following on-screen messages. Do any of them offer any hints regarding why W3 Total Cache is throwing me this error?
Deprecated: Function set_magic_quotes_runtime() is deprecated in /server-path-here/Blog/wp-settings.php on line 32
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /server-path-here/Blog/wp-includes/functions.php on line 3468
Notice: Undefined index: sml_csv in /server-path-here/Blog/wp-content/plugins/seo-smart-links-personal/seo-smart-links-personal.php on line 1651
Notice: Undefined index: sml_options in /server-path-here/Blog/wp-content/plugins/seo-smart-links-personal/seo-smart-links-personal.php on line 1665
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /server-path-here/Blog/wp-includes/functions.php on line 3468
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /server-path-here/Blog/wp-includes/functions.php on line 3382
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /server-path-here/Blog/wp-includes/functions.php on line 3468
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /server-path-here/Blog/wp-admin/menu.php on line 88
I would really like to get W3 Total Cache working in order to speed up my WordPress installation, so any help from the W3 Total Cache developer, or from anyone else here, would be greatly appreciated.
Thanks so much!
- The topic ‘Server Error Message — Unable To Activate W3 Total Cache’ is closed to new replies.