• When I try to access my network plugin page: https://sanwinbeachwear.com/wp-admin/network/plugins.php

    Or my themes page: https://sanwinbeachwear.com/wp-admin/network/themes.php

    I get an server error.

    The strange thing is that the install plugin page is working fine.

    This is in my htaccess file:

    ‘# Use PHP5.4 Single php.ini as default
    AddHandler application/x-httpd-php54s .php

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ wp/$1 [L]
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress’

    Would be great if someone could help me out 8)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Bet Hannon

    (@bethannon1)

    I think the first thing I would do is make sure there’s not a corrupted file in the WordPress core. You can go to Network Admin – Dashboard – Updates, and click “Re-install Now” – this will overwrite the WordPress core files, but leave all of your other site data intact.

    I have the same problem. I can’t get into plugins or updates. Both throw out a server error. Can overwrite be done manually without overwriting other site data?

    Moderator Bet Hannon

    (@bethannon1)

    @networkmistress: per forum guidelines (so that we can give your specific situation proper help), please create your own support topic.

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

The topic ‘Multisite /wp-admin/network/plugins.php server error’ is closed to new replies.