gilmansean
Forum Replies Created
-
Forum: Plugins
In reply to: plugins.php and update-core.php: Page not foundGlad it is working. Just to make sure I give credit where it is due I found the post that gave me the fix, https://wordpress.org/support/topic/not-found-update-corephp-themesphp-and-pluginsphp?replies=3. That post has some other issues and info that does not seem related to the problem I was having, but one of the fixes mentioned is what worked for me.
Just a FYI post, no more useful information. I just would hate to have someone think I stole their idea!
Forum: Plugins
In reply to: plugins.php and update-core.php: Page not foundSounds like there might be something wrong in your .htaccess file. Can you post the contents of your .htaccess? Make sure to blank out any sensitive info. Can you also check the file permissions on it?
Forum: Plugins
In reply to: plugins.php and update-core.php: Page not foundI was having this issue, upgrading from 4.2.4 to 4.3 did not fix. I did find a suggestion on the forums from a long ago problem and it seems to have fixed it for me. You need to access the .htaccess file in your root WordPress directory. Then just add the following line:
AddHandler application/x-httpd-php5 .phpAfter that it should work. This line makes sure that PHP 5 is used for the site, seems that something was reciently changed to be sensitive to PHP5.