Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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?

모든 댓글 (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.