搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.