• I have recently inherited this webpage account for our club. When I go to log into the webpage admin section it displays the following error:-

    This page isn’t working

    https://www.outandabout4x4club.org.au is currently unable to handle this request.
    HTTP ERROR 500

    I was advised by the previous user that all she did was try to update WordPress as advised, it then went blank and wouldn’t let her back in. I have tried everything to get it back up and running.

    Please HELP! Many thanks.

Viewing 5 replies - 16 through 20 (of 20 total)
  • OK here is the solution I found and it worked for me: Please note changing php config takes usually an hour to update with shared hosting companies.

    From either php.ini or your hosting “Select PHP Version” You need to increase:

    max_execution_time 512
    memory_limit 512M
    post_max_size 128M
    upload_max_filesize 512M

    you can also turn on debug mode to find out what exactly is causing the issue. To do so, login through FTP find wp-config.php in the root dir and turn debug from false to true. This will throw an error instead of a white page.

    Hope it helps

    • This reply was modified 6 years, 8 months ago by alexiirj.
    • This reply was modified 6 years, 8 months ago by alexiirj.

    Hello,
    This can be caused by these
    This issue is not specific to WP site, it can occur with any website. This can arise due to theme or plugin functions, PHP memory limit and corrupted .htaccess file.
    Corrupted WP core files
    Corrupted .htaccess files
    Problematic plugins
    PHP memory limit issues
    Problematic theme
    I solve your problem. you check this article
    http error 500 WordPress

    Hello,
    thank you so much for all the valuable situation. This already brought me a lot further.

    On my website https://sangre-del-cordon-umbilical.com (Spanish for Cordblood) I have the same Error 500, but in a different situation:

    I uploaded the wordpress-package on my server as usual. But instead of the 5min install I get the Error 500. So before WP is installed.

    The shown URL is: http: //sangre(…).com/wp-admin/install.php

    The Error Logfile contains:

    [Wed Jul 18 03:29:04 2018] [-:error] [pid 32225] [client 1XXXXXXXXXXXXX] [host sangre-del-cordon-umbilical.com] PHP Fatal error: require(): Failed opening required ‘/is/htdocs/wp1092388_JJ77ET6JM2/www/sangre/wp-includes/rest-api/endpoints/class-wp-rest-controller.php’ (include_path=’.:/usr/share/php5.6′) in /is/htdocs/wp1093288_JJ77ET6JM2/www/sangre/wp-settings.php on line 226

    I have followed the following advises:
    – exchanged .htaccess
    – used default theme
    – changed index.php file

    I have no idea, what to try next. Anyone has a suggestion?

    Thanks! Egishooter

    • This reply was modified 6 years, 7 months ago by Egishooter.

    PS:
    Hello again!

    At the end, I did the whole setup process (download WP, config, upload on server) again.

    Now the site works perfectly. Must have been an error during the FTP upload.

    To all of you with the 500 Error. Maybe you have a backup of your content (or can do so with the database), then reinstalling could be a solution.

    All the best! Egishooter

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Page isn’t working. Currently unable to handle this Request. HTTP ERROR 500’ is closed to new replies.