Plugin Editor fails to save changes
-
I’m actually using version 2.8.5, but that’s not yet an option in the version pulldown as I create this post.
When I use the built-in plugin editor to make changes to a plugin, I click the button to “Update File” and with some files I get a “page not found” error and my changes don’t get saved. The URL showing when this happens is
https://myurl/wp-admin/plugin-editor.php
. When it works, its more likehttps://myurl/wp-admin/plugin-editor.php?file=akismet/readme.txt&plugin=akismet/akismet.php
. So for some reason those extra parameters aren’t getting appended to the URL in some casesI did a test on a few files by just trying to add some text to a comment line and don’t see any pattern to why some files are editable and others aren’t. All files have the same ownership and permissions.
Akismet plugin:
readme.txt – editable
askismet.php – not editableLightbox2:
readme.txt – editable
lightbox2.php – not editable
options.php – editable
lighbox.js – not editableAnyone know why that might be happening?
- The topic ‘Plugin Editor fails to save changes’ is closed to new replies.