HTTP ERROR 500

Status
Not open for further replies.

crosstra

New Member
Messages
5
Reaction score
0
Points
1
Hello. I'm getting the HTTP ERROR 500 error for my website www.crosstrainedmind.com. As far as I can tell, there is no other indication that it is down. I have tried to connect on both IE and Chrome to the same results, as well as tried two different computers, each on a different network. What would you recommend I try next? Thanks.
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Check your .htaccess . If you are not familiar with it, try renaming it to htaccess.txt and see if that makes a difference.
 

crosstra

New Member
Messages
5
Reaction score
0
Points
1
It's the default Wordpress information:

# 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
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Can you try changing your PHP version and seeing if that makes a difference?
cPanel -> Software and Services box -> Select PHP Version
I'm starting to run out of ideas. Also try this hello.php file (in hello.zip) and see if that works.
 

Attachments

  • hello.zip
    201 bytes · Views: 1

crosstra

New Member
Messages
5
Reaction score
0
Points
1
I was able to access hello.php after uploading it. However, my cPanel looks like the following:

upload_2018-2-6_23-24-15.png

As such, I don't see where to try updating anything.
 

crosstra

New Member
Messages
5
Reaction score
0
Points
1
Ah ha!

I was able to enable logging and got this little gem:

[07-Feb-2018 04:34:33 UTC] PHP Fatal error: Call to undefined function wp_start_scraping_edited_file_errors() in /home/crosstra/public_html/wp-settings.php on line 297

I commented out the line and am now checking to see what I might update.

Thanks for all of the help!
 
Status
Not open for further replies.
Top