• Resolved rohitkumard

    (@rohitkumard)


    Please help me resolve this as soon as possible. I’m not a developer and coder. but trying to find the solution for this. I’m getting an error like this:

    The dr9.in page isn’t working

    dr9.in is currently unable to handle this request.
    HTTP ERROR 500
    enter image description here

    When i Checked the error logs.. i got error saying that:

    [16-Nov-2016 23:10:42 Etc/GMT] PHP Warning: require(/home/technlrq/public_html/wp-includes/load.php): failed to open stream: Permission denied in /home/technlrq/public_html/wp-settings.php on line 21 [17-Nov-2016 00:00:50 Etc/GMT] PHP Fatal error: require(): Failed opening required ‘/home/technlrq/public_html/wp-includes/load.php’ (include_path=’.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php’) in /home/technlrq/public_html/wp-settings.php on line 21 [17-Nov-2016 00:05:40 Etc/GMT] PHP Warning: require(/home/technlrq/public_html/wp-includes/load.php): failed to open stream: Permission denied in /home/technlrq/public_html/wp-settings.php on line 21 [17-Nov-2016 00:27:37 Etc/GMT] PHP Fatal error: require(): Failed opening required ‘/home/technlrq/public_html/wp-includes/load.php’ (include_path=’.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php’) in /home/technlrq/public_html/wp-settings.php on line 21

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Internal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.

    If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.

    If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

    I was just able to access your site with no errors.

    Thread Starter rohitkumard

    (@rohitkumard)

    yeah… just changed the Permissons of Load.php file and everything is working fine.. thank you.

    Moderator t-p

    (@t-p)

    Glad to know it 🙂

    Hi Guys,

    I’m getting this
    Warning: require(/home/xxxx/public_html/wp-includes/pomo/mo.php): failed to open stream: No such file or directory in /home/xxxx/public_html/wp-settings.php on line 107

    Fatal error: require(): Failed opening required ‘/home/xxxx/public_html/wp-includes/pomo/mo.php’ (include_path=’.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php’) in /home/xxxx/public_html/wp-settings.php on line 107

    Is this the same issue? and how to solve this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HTTP ERROR 500 : WordPress’ is closed to new replies.