PDA

View Full Version : Has PHP been upgraded?


Alli
6-13-06, 03:44 AM
My php pages work, to a point, see this one for example: http://www.afiseries.com/songlist.php
The odd thing is everything looks fine in Internet Explorer, but not in FireFox.

I've had to make my front page static html to let my users know what's up.: http://www.afiseries.com/index.php.

I seem to remember that last time I saw an issue like this on powweb, you guys had just recently upgraded your PHP version. Is that what has happened now? Is this an issue you have to fix or is there something I need to change in my files? I would really like to get everything back to normal as soon as possible.

Note that most of my site content is from databases, and that's all working fine. I'm also on clust08, so this is an issue other than the two common ones being reported. I checked and my phpinfo says version 4.4.2.

Thanks for any help.

BerksWebGuy
6-13-06, 09:34 AM
PHP is server-side and has no relation to how your site 'looks different in IE and FF'. Its most likely a html/css issue. Try the w3 validator.

Alli
6-13-06, 10:21 AM
My pages worked fine a few hours before I posted this thread; I have made no updates recently. I'm not saying my coding style is not at all to blame, but there's something Powweb has changed. If anyone has any idea what that might be I would really appreciate the help.

stevel
6-13-06, 11:17 AM
Here's what Firefox has to say:

Error: The stylesheet http://www.afiseries.com/style.css was not loaded because its MIME type, "text/html", is not "text/css".
Source File: http://www.afiseries.com/songlist.php
Line: 0

This could be a server configuration error.

MSIE doesn't like your <body> tag, either - gets an "object expected" JavaScript error.

Alli
6-13-06, 01:07 PM
Hmm, I'll look at that when I get home today. I have been using a hack to get php to work in my CSS, so that might be causing it. Hopefully it's the only issue.