• When I go to this URL:
    http://MyDomain/wood/wp-admin/

    I get this error:

    500 – Internal server error.
    There is a problem with the resource you are looking for, and it cannot be displayed.

    I have put into my PHP.ini
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, true );

    I have stopped and started the server.
    I have rebooted the server.
    I’m not getting debug.log log file inside the /wp-content/ directory
    I’m not getting any errors showing on the display.

    In the php-errors.log I am getting an error saying:
    [09-May-2015 19:57:07 UTC] PHP Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in C:\HostingSpaces\admin1\MyDomain\wwwroot\Wood\wp-includes\update.php on line 295

    I have downloaded a fresh copy of WordPress and replaced the update.php file with the fresh copy.

    Win7 Pro 32bit
    PHP 5.5.3
    MySQL 5.5.35
    IIS 7.5.7600.16385
    PHPMyAdmin 4.4.6
    Wordpress 4.2.2

    How can I get this fixed?

    Thank you,

    Docfxit

Viewing 1 replies (of 1 total)
  • define the debug in wp-config.php and see if it displays your errors. Also check folder and file permissions on the server.

    Error 500: Internal Server Error

    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 FTP or SFTP, 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 FTP or SFTP and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your FTP or SFTP 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.

Viewing 1 replies (of 1 total)

The topic ‘500 – Internal server error.’ is closed to new replies.