• Resolved mgcchkn

    (@mgcchkn)


    Fresh install (via softaculous) and when clicking on Plugins in the left admin menu it takes me to a page not found error. Same thing when I click on the flyout menu for Installed Plugins. Same thing when I click on Add New in the flyout menu. However, when I click on Plugin Editor I get the plugin editor page.

    I’ve searched the forums and haven’t been able to find this error. Thank you for your time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    Seems like something went wrong with their installer.

    Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thread Starter mgcchkn

    (@mgcchkn)

    I don’t have an active site yet so I’ve uninstalled and made sure the directory was completely empty and reinstalled, same problem every time. I think in the 4.4.1 version there is some file name discrepancies. I looked through all the config files I could find and saw that some places it’s calling for plugin.php and others it’s calling for plugins.php. And I’m completely dumbfounded on the plugin-install.php, couldn’t find any discrepancies.

    I guess the .htaccess file in the root directory needed to be modified.

    in .htaccess find the following line and remove “2” (-php52 => php5):

    AddHandler application/x-httpd-php52 .php .php5 .php4 .php3

    Fix looks like this bellow:

    AddHandler application/x-httpd-php5 .php .php5 .php4 .php3

    Thread Starter mgcchkn

    (@mgcchkn)

    datzone – you are the man! removed the 2 and it works! Thank you very much!

    Moderator James Huff

    (@macmanx)

    Awesome, glad that worked!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘New install – plugins.php & plugin-install.php not found’ is closed to new replies.