PDA

View Full Version : Layout went crazy, but I didn't do anything.


bbailey
03-20-2007, 03:37 AM
Ok my server account had a billing hicup so the site was suspended for a few hours. When it came back the site (http://photo.benbailey.net) now has sections above what should be the top menu bar. If highlighted they read:

"Not Found
The requested URL was not found on this server.
Apache Server at Port 80

Not Found
The requested URL / was not found on this server.
Apache/1.3.33 Server at photo.benbailey.net Port 80"


When I view the source I see the following above where the correct
html tag starts:

----------------------
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD><TITLE>404 Not Found</TITLE></HEAD><BODY>
<H1>Not Found</H1>
<P>The requested URL was not found on this server.</P>
<HR>
<address>Apache Server at Port 80</address>
</BODY></HTML><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title>404 Not Found</title></head>
<body>
<h1>Not Found</h1>
<p>The requested URL / was not found on this server.</p>
<hr>
<ADDRESS>Apache/1.3.33 Server at photo.benbailey.net Port 80</ADDRESS>

</body>
</html>
-------------------------

But that code isn't actually in any of the files that make up that page -- or at least I didn't find it. It is the same for the archive page as well (http://photo.benbailey.net/index.php?x=browse). They should look like this (http://photo.benbailey.net/links.html).

I didn't change any page code or content, it just came back online like this. Any help would be appreciated.

Also, I also just upgraded to 1.5 to see if that would help and it didn't change anything. It happens no matter the theme either.

Dkozikowski
03-20-2007, 03:44 AM
I would make your hoster aware of this problem. I have never seen it happen before and I'm sure they can correct any problems that may be creating these 404 errors.

jaywilliams
03-20-2007, 03:50 AM
Wow, that's one of the craziest things I've seen in a while.

I'd say that's definitely a server-side problem.

bbailey
03-20-2007, 04:03 AM
My host came back with this from the logs, but I don't know if it significant.

File does not exist: /home/benbail/public_html/photo/function.mysql-connect

Dkozikowski
03-20-2007, 04:19 AM
What version of MYSQL does your hoster have installed?

You can find this information inside the General Info tab within your admin panel.

bbailey
03-20-2007, 01:20 PM
MySQL is 4.1.21-standard

bbailey
03-20-2007, 11:31 PM
I couldn't find anything on the server side, so I deleted all of the site except the thumbnail and image directories and copied over new files. Presto, everything went back to normal. I don't know why it was messed up, but now it is fixed.