Click to See Complete Forum and Search --> : [RESOLVED] Issues With Website


Wingfire9
05-20-2008, 03:38 PM
Ok. First off, here is the link to the site:

www.hanekaji.com/lqsite

Now for my issue. The site works PERFECTLY on a GoDaddy Windows Server. However, my company wants to use their Linux servers because we want to be able to use PHP. That being said, when we migrated the server from Windows to Linux, this website started having issues. The two issues are as follows:

1) The slides on the index page are working, however the second and third to last slides are NOT loading. I am stumped as to why it's not working. I checked the extensions and those two were the only extensions in caps instead of lowercase. So I changed that just in case. Didn't work. I then noticed that those two were the only pictures above 140kb. So I changed that so they are lower now, still a no go on them showing up.

2) On the Room Options page, when you click on the different rooms, the first pop-up works, but the other three are stuck with just the "Loading..." box showing up. I also cannot figure this out.


Any help would be appreciated. We were with a different web hoster, and ran on Windows with PHP on the server, and there were no problems, so I'm wondering if there is something with the server being a Linux server that could be causing these troubles or if it's something else.

Any help would be greatly appreciated. Even if you don't know what exactly is wrong, I'd like ideas so I can check them out personally and I might stumble upon the answer that way. I'm kind of up against the wall with time on this site, so I'd like it if I could get the help fairly quickly.

Thanks.

Centauri
05-20-2008, 07:56 PM
1) pool.jpg and lobby.jpg don't appear to be on the server - they give a 404 not found error. Double check they are actually there and spelt correctly.

2) You have multiple doctypes, head and body sections on that page that should not be there - these may be causing the problem.

Wingfire9
05-21-2008, 10:50 AM
Thanks for the help.

1) In checking the server to make sure they were there, I discovered that one of the things I tried a while back had only been done on my machine, but wasn't uploading properly to the server. I saw that the file extension for the three broken pictures was still uppercase on the actual file >.<; So that fixed that issue.

2) The multiple doctypes have been taken out. That didn't work. The new code is up if you can see anything else now that that obvious mistake is out of the way.

Thanks again.

Centauri
05-21-2008, 10:59 AM
2) The multiple doctypes have been taken out. That didn't work.

Same issue as the other one - the jpg images have uppercase file extensions.

Wingfire9
05-21-2008, 04:14 PM
Just fixed it. Thought of it right after I posted.

Thanks man.