Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

php not working in FireFox

more options

Hello,

Ok, So I have a very odd issue....

I have a Shockwave 3D Multiplayer Game Hosted at my website http://apocalypsecity.net/test.html

(test.html, just for testing on firefox)

The Game has a built in Registration System that is Based on PHP.

Users can Register and Login to their Accounts just fine under Chrome or Internet Explorer on my Domain / Website (above), but they can't do so with FireFox!!!

Now here is the Kicker!

I have another Copy of my Game Hosted on My Developers Server at http://necromanthus.com/Games/ShockWave/ApocalypseCity.html

If I tried to Login here, it works perfectly fine on any Web Browser, including Firefox.

Now here is the difference between our Setup.

my Web Server is Hosted at BlueHost.com (Shared Hosting w/ PHP5)

my Developers Web Server, is actually a Dedicated Linux Server (Physical Server w/PHP5)


Why would users be able to Login to my Game with Firefox Browser on my Developers Host, but not on mine?

We have narrowed it down to FireFox not being able to Process my PHP Script from my Server (shared hosting provider), as we have an identical setup with all the same HTML, PHP, and DATABASE Files, Permissions Set, and Same PHP Setup.

What would cause something like this?

Hello, Ok, So I have a very odd issue.... I have a Shockwave 3D Multiplayer Game Hosted at my website http://apocalypsecity.net/test.html (test.html, just for testing on firefox) The Game has a built in Registration System that is Based on PHP. Users can Register and Login to their Accounts just fine under Chrome or Internet Explorer on my Domain / Website (above), but they can't do so with FireFox!!! Now here is the Kicker! I have another Copy of my Game Hosted on My Developers Server at http://necromanthus.com/Games/ShockWave/ApocalypseCity.html If I tried to Login here, it works perfectly fine on any Web Browser, including Firefox. Now here is the difference between our Setup. my Web Server is Hosted at BlueHost.com (Shared Hosting w/ PHP5) my Developers Web Server, is actually a Dedicated Linux Server (Physical Server w/PHP5) Why would users be able to Login to my Game with Firefox Browser on my Developers Host, but not on mine? We have narrowed it down to FireFox not being able to Process my PHP Script from my Server (shared hosting provider), as we have an identical setup with all the same HTML, PHP, and DATABASE Files, Permissions Set, and Same PHP Setup. What would cause something like this?

All Replies (1)

more options

Do you have the Firebug extension? You should be able to use it to watch the traffic between the plugin and the server to check whether the POST content is correct and whether the PHP page is returning with the correct content type and/or you are getting a 500 error.