Matt B.
Member
Posted 5 years ago #
Hello folks,
All the .php files of my themes disappeared from the file list of the theme editor : the only file available for edition is the .css file.
My files are chmoded 666 and I'm running WP 2.0.5. I haven't make any changes to the WP files but my host now runs PHP as CGi.
Any ideas on how to fix this ?
Thanks,
d.
Matt B.
Member
Posted 5 years ago #
Am I the only one in that case ? :unsure:
There was a thread earlier this week on the same topic. You might search for it and see if they were using the same host you do...
Matt B.
Member
Posted 5 years ago #
Can you point me to that topic please ? I've been searching the first 3 pages of results and couldn't find it. (And 56k sucks...)
Temporarily fixed with a .htaccess for now :
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
I found it: http://wordpress.org/support/topic/92908?replies=9
Interesting that disabling mod_security fixes your issue... that temporary fix may need to remain a permanent fix.
missakins
Member
Posted 5 years ago #
Thanks for the fix. I was getting 404s on editing widgets.