[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] 500 Internal Server ErrorJust updated to the latest version of WordPress, and noticed the update made it run a lot slower on the front end. So I went into the W 3 Total Cache plugin to check the settings. The moment I ran the auto-install portion of w3tc (pink box on the top), I got a 500 Internal Server Error. Front end is 500 internal server error, and so is the backend WP dashboard.
Did some forum searching, and the creator of the plugin suggested the following in this thread (which is now closed):
There’s another update coming today that better handles update issues. It’s really best to do the following rather than changing the new user groups, which were painstakingly created for your benefit:
(1)Remove W3 Total Cache rules from your .htaccess file in document root
(2) Delete from wp-content/
db.php
object-cache.php
advanced-cache.php
w3-total-cache-config.php (if you want)
(3) Then rename or delete wp-content/plugins/w3-total-cache/ if you still have any issues accessing WP Admin and reinstall once you can login again (and rename it back if you have)1. I made sure the public_html folder was chmod 777 and replaced the .htaccess file to the default:
contents: # BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
2. I deleted the db.php, object-cache.php, advanced-cache.php and w3-total-cache-config.php files from my FTP server.
3. I deleted the w3-total-cache folder from wp-content
So I did all of the above, but still I’m getting 500 internal server error. Can’t bring up my website or login to the backend dashboard. Not sure what the best route is to get my site back up and running.
Any clues where to go with this?
Forum: Fixing WordPress
In reply to: Site is speedy but admin Dashboard is slow like snail. What gives?All of those php files that are taking forever to load are obviously small (less than 20kb) And everything else on the page loads in 50-500ms.
Also, they are all coming from a remote IP location…. which I’m assuming is probably the problem? I have no clue how the php files were moved to a remote IP and I’m not sure if/how to change that.
I’m on WordPress 3.3.2
Thanks!
Forum: Fixing WordPress
In reply to: Ultimate TinyMCE toolbar not showing upYes. I only enabled one button (image mapping) and it worked. However, when I had about 20 selected, no dice.
Maybe there’s a tipping point with certain other plugins? I expected it not to work at all, even if I only selected one button. So one of my other plugins must somehow limit the number of buttons that can be displayed?
Forum: Fixing WordPress
In reply to: Ultimate TinyMCE toolbar not showing upThanks Josh. Yeah, that was the first thing I did when I installed TinyMCE.
Played around with it a little this AM. I disabled all the functions in TinyMCE except 1. Maybe I had too many functions checked and it couldn’t fit them all in the visual toolbar?
I didn’t read anything about there being a limit, so maybe this is indicative that there is a limit to 1 row or something? Although on a previous website I managed, there was 2 extra rows.
hmm….
Forum: Fixing WordPress
In reply to: Ultimate TinyMCE toolbar not showing upThanks for the suggestion, Josh.
No dice on WP Google Fonts, though.Forum: Fixing WordPress
In reply to: Permanently deleted page, can't re-use its permalinkNo. I already permanently deleted the page from the trash.