Bir php.ini Firefox 3,6 x atarken bir php durum olduğunda bir tepki sayfasını görüntüleyen değil

0 Cevap php

I hope I can be brief and still allow you to understand the actual problem. Here goes:

[Environment]
Windows 7 Premium 64bit
IIS 7.0
PHP 5.3.3 VC9 Nonthread safe ZIP
mysql 5

[Description of the Problem]
Installed PHP to C:\PHP

Tanımlanmış bir "php.ini" C ayarlandığında: PHP \ klasöründe, Firefox / IE, ince PHP dosyaları ve ekran PHP istisnalar yüklemek mümkün değildir.

zaman görünümü phpinfo () bu görüntülenir;

Configuration File (php.ini)
Path       C:\Windows
Loaded Configuration File       (none)

When I modified the PHP.ini-development to PHP.ini -- this is where the problem is. IE 7, 8 displays PHP exceptions just fine Firefox displays PHP pages, but not the exceptions... Where there is an exceptions, it just displays blank page or does not load the page at all. it just looks like the browser is refreshing.

Bu ne phpinfo olduğu (); görüntüler:

Configuration File (php.ini) Path       C:\Windows
Loaded Configuration File       C:\PHP\php.ini

Yani, yinelemek için php.ini yüklü ile, Firefox PHP tarafından üretilen herhangi bir hata görüntüleniyor değildir (istisnalar ve kullanıcı tarafından oluşturulan hataları)

I've googled and only found one post about this with no solution or any leads to go on. https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/244432

attached is my php.ini file if that matters as well as IE8 screen and FF screen. (FF screen is blank which is the problem)

[I am new beri üzgün bağlantıları açamazsınız]

şimdiden teşekkürler.

[update 11/30 @ 19:31 ET] @Viper_SB, you're correct. After taking your suggestion of download HTTP headers, the following is captured:

GET /admin/phperror.php HTTP/1.1 Host: localhost:801 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 FirePHP/0.5 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive x-insight: activate

HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/7.5 X-Powered-By: ASP.NET Date: Wed, 01 Dec 2010 00:33:36 GMT Content-Length: 129

But still, nothing is displayed:

0 Cevap