Suddenly can’t add, update or delete plug-ins — HELP!
-
I’m midway building our site at doublecircleranch.com/wordpress. When it’s done, assuming it and I both survive the current debacle, it will all move up to root to replace the placeholder site.
Yesterday I installed a photo gallery plug-in that didn’t work. (G4B Photo Gallery, turns out to not be compatible with 2.7.1 but I didn’t notice that at first.) I deleted it from my wp-content/plugins directory instead of using the admin tool, which has never caused me any trouble in the past, but seems to have triggered a whole nightmare of things this time. The plug-in still shows up in the admin tool, even though it no longer exists in the plug-in directory. I switched it to inactive, which it allowed, and then tried to delete it altogether using the admin tool, and got a mess of permission-denied errors on various lines of my wp-admin/includes/file.php file. I have NEVER touched this file!!
Since this started, I’ve also been unable to run the ‘upgrade automatically’ feature on two of my plug-ins, nor can I install any new ones (and I’ve tried several). Everything involving plug-ins pulls basically the same set of permission errors with the includes/file.php file.
I tried downloading WP anew, deleting file.php from my current one and uploading the (presumably identical, as I have never touched it) same PHP file from the freshly downloaded, virginal version. No change. I also tried reinstalling the G4B Photo Gallery plug-in (by uploading it to the directory, since my admin tool is totally broken at this point for plug-ins), but it didn’t solve anything either, nor did re-deleting it. I don’t know if the G4B plug-in is actually behind this mess or if it’s completely coincidental, but it’s the last thing I did with a plug-in before the whole thing conked. And I swear, I’ve never touched that includes/file.php file! I wouldn’t dream of it, PHP kind of scares me…
I am COMPLETELY baffled, and have no clue what to even try next. I’ve built lots of HTML and CSS sites before, but this is my first foray into WordPress and I’ve already admitted how I feel about PHP. Clueless. Help!!!!
I’ll paste the error string I get when trying to delete G4B. Seems like maybe that’s at the core of this? Oy. Too much for this cowgirl. Send in the cavalry.
——Warning: touch() [function.touch]: Unable to create file D:\Hosting\4256064\html\wordpress/wp-content/1244008343 because Permission denied in D:\Hosting\4256064\html\wordpress\wp-admin\includes\file.php on line 174
Warning: fileowner() [function.fileowner]: stat failed for D:\Hosting\4256064\html\wordpress/wp-content/1244008343 in D:\Hosting\4256064\html\wordpress\wp-admin\includes\file.php on line 628
Warning: unlink(D:\Hosting\4256064\html\wordpress/wp-content/1244008343) [function.unlink]: No such file or directory in D:\Hosting\4256064\html\wordpress\wp-admin\includes\file.php on line 630
Warning: touch() [function.touch]: Unable to create file D:\Hosting\4256064\html\wordpress/wp-content/1244008343 because Permission denied in D:\Hosting\4256064\html\wordpress\wp-admin\includes\file.php on line 174
Warning: fileowner() [function.fileowner]: stat failed for D:\Hosting\4256064\html\wordpress/wp-content/1244008343 in D:\Hosting\4256064\html\wordpress\wp-admin\includes\file.php on line 628
Warning: unlink(D:\Hosting\4256064\html\wordpress/wp-content/1244008343) [function.unlink]: No such file or directory in D:\Hosting\4256064\html\wordpress\wp-admin\includes\file.php on line 630
- The topic ‘Suddenly can’t add, update or delete plug-ins — HELP!’ is closed to new replies.