Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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?

Alle antwoorden (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.