Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #627267

    dkawai
    Participant

    Hi,

    I am on the latest versions of WP and x theme as I just started work on a multilingual site. I am creating the site locally on localhost.

    I am using the “Renew” stack, and tried to upload the Polylang plugin and it immediately caused a 500 error.

    Details say ” http://localhost/jadetree/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=

    Once I remove the plugin manually, everything is back to normal. Please let me know what I can do to fix this, any help is greatly appreciated.

    #627293

    dkawai
    Participant

    Upon further investigation, it seems like any new plugin I install causes a 500 error. I tried another multilanguage plugin, qtranslate, which gave me a 500 error, which made me suspicious so I added Yoast SEO and it returned the same error.

    #627322

    dkawai
    Participant

    In addition now, I tried to troubleshoot this problem by checking plugins by deactivating plugins and reactivating.

    I deactivated cornerstone in the plugins section, which caused problems, so I removed the file itself from localhost, and reactivated in the x extensions.

    Now the customizer won’t work at all, returning a 500 error. Please help.

    #627349

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Internal Server Error is mostly caused by File Permissions or Low Memory setting of the server.

    Please see this article on how to fix.

    Hope that helps. Let us know how it goes.

    Thanks.

    #631717

    dkawai
    Participant

    Hi,

    I can’t seem to get this to work.

    I decided to make a new database, installed a fresh new copy of WordPress. Installed xtheme. Installed child theme. Activated the extensions. Got cornerstone.

    Now when I try to install any plugins = 500 error. I can’t change the name of the .htaccess file or remove it as it’s a hidden file on localhost.

    I tried the php.ini memory limit. No dice. Still getting server errors.

    It’s a fresh install so I shouldn’t have any problems. What’s going on?

    #631750

    dkawai
    Participant

    In addition – I’ve tried to isolate the problem, and it is indeed a problem with X theme.

    Just to test, I switched to a default wordpress theme (2015) and added plugins. Installed with no problem.

    #631955

    Paul R
    Moderator

    Hi,

    Try adding this in your wp-config.php file located at the root directory of your site.

    
    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    

    If that doesn’t help, please set-up https://forwardhq.com/ so we can take a closer look.

    Thanks

    #633445

    dkawai
    Participant

    Thanks for the quick reply.

    I did some trouble shooting myself, and it turned out to be an old version of PHP that was running in Mamp that was causing me all these problems on localhost.

    Once that was fixed, it’s been smooth.

    #633524

    Nico
    Moderator

    Glad to hear that and also thanks for sharing us the solution we could note that as one of the causing problems in case 500 error in plugins occured.

    Thank you so much. Feel free to ask us again.

    Have a great day! 🙂