DuBistKomisch
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
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:
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:
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?
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:
Opera said:Error: Remote server or file not found
You tried to access the address http://barnes.pcriot.com/, which is currently unavailable.
Firefox said:
Internet Explorer said:The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.
telnet said: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:
require("links/startup.php");
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?