Missing Themes and Plugins
January 17th, 2007 · by David Bradley
Here’s a little tip for anyone running a PHP site. If you mess around with folder read/write permissions, you might suddenly disable your site. Apparently, PHP doesn’t “like” certain folders to have too many permissions. For instance, you might lose the ability to add, edit, and remove plugins or themes if you set the permissions too high on the wp-content folder in a Wordpress installation.
Instead of the various editing options, here’s what you might see on the themes panel in your Wordpress control page
“All of this theme’s files are located in .”
And, no themes. Something similar shows up in the plugins page in such a case.
The cure is simple. Change the permissions (using CHMOD in your FTP manager or CPanel) for your wp-content folder to a maximum setting of 755. I.e. if it was 766, then that’s too high and you’ll run into trouble on a dynamic system like Wordpress.


















3 responses so far ↓
Thanks for this! I just bought you a beer!
Thanks Sheila! More power to ya! Cheers
Ironically, I just trashed my Chemspy.com site, messing around with a plugin that changed permissions surreptitiously, took me a few moments to remember this post, and sure enough wp-content was not set to 755. Fixed now. Although, I won’t be trying that plugin again.
Leave a Comment