Home Forums WordPress Plugins Hide My WP 500 Error

This topic is: resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10885
    jasonruggles
    Post count: 8

    When I install this plugin, it shows a 500 error and I can’t access anything and the website is not viewable to the public. I added the 777 permissions to the .htaccess and still no luck. I had to delete the plugin in my cpanel and the site works again. Could you help?

    If it’s helpful, this is the code in the .htaccess file.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    #10889
    Suman M.
    Post count: 12480

    Hi, does the 500 error occurs right after activating HMWP or after activating & applying some settings in HMWP? Can you please let us know your website’s wp-admin login details and FTP details (as private reply), so that we can look into it and set it up for you.

    #10936
    jasonruggles
    Post count: 8
    This reply has been marked as private.
    #10945
    Suman M.
    Post count: 12480

    Hi, it seems like you are using older version of PHP (5.2). Can you please update PHP version to 4.5+ ? You might need to ask your hosting provider regarding this. Let us know.

    #10965
    jasonruggles
    Post count: 8

    I’m using 5.4.24 now (according to my cPanel). Do you mean that I should upgrade to PHP 5.4.5?

    In any case, you may want to rewrite your minimum requirements.

    • This reply was modified 9 years, 1 month ago by jasonruggles.
    #10968
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #10971
    jasonruggles
    Post count: 8

    I enabled a newer PHP.

    Thanks for helping with this!

    #10974
    Suman M.
    Post count: 12480

    Alright! I see that you have already activated HMWP now. May be you would also want to set “rename plugins” option to “all plugins” in HMWP permalinks & urls tab.

    #10991
    jasonruggles
    Post count: 8

    Will do.

    Thanks again for your help in this!

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.