Site address: http://barnes.pcriot.com
Hosting plan: Ad-Free
Server: Cossacks
I recently uploading a new version of my website via FTP, but when I went to test the site I got an error message.
After a bit of experimentation with other clients, I got the following responses:

Originally Posted by
Opera
Error: Remote server or file not found
You tried to access the address
http://barnes.pcriot.com/, which is currently unavailable.

Originally Posted by
Firefox

Originally Posted by
Internet Explorer
The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.

Originally Posted by
telnet
HTTP/1.1 500 Internal Server Error
Accessing plain HTML pages works, as does a simple PHP page that only calls the "echo" function: http://barnes.pcriot.com/test.php
As soon as I try to integrate the functionality of the rest of the website into that test page, by calling:
PHP Code:
require("links/startup.php");
It returns the same errors as the other pages.
Even if I comment out parts of startup.php, it still doesn't work.
As far as I can tell, there is nothing wrong with my code, because it works fine running locally.
Does anyone have any ideas?