Hi Pacsone, I try install pacsone in Windows 7 with IIS 7.5, PHP 5.3 and I have the problem, the application install it and pacsone service run, but the main page not work the error is:
Nombre de la aplicación con errores: php-cgi.exe, versión: 5.3.3.0, marca de tiempo: 0x4c474c56
Nombre del módulo con errores: ntdll.dll, versión: 6.1.7600.16559, marca de tiempo: 0x4ba9b21e
Código de excepción: 0xc0000005
Desplazamiento de errores: 0x00056008
Id. del proceso con errores: 0x129c
Hora de inicio de la aplicación con errores: 0x01cb9649a8a57870
Ruta de acceso de la aplicación con errores: C:\Program Files\PHP\php-cgi.exe
Ruta de acceso del módulo con errores: C:\Windows\SYSTEM32\ntdll.dll
Id. del informe: e9150de3-023c-11e0-b769-005056c00008
php+sql works fine for example joomla is running smooth
Best regards!
Windows 7 IIS 7 PHP 5.3 php-cgi.exe error
Make sure you have configured IIS properly to work with PHP:
http://us.php.net/manual/en/install.windows.iis7.php
If so, check the output of the test page and verify the ImageMagick PHP extension is loaded successfully:
http://localhost/pacsone/Hello.php
http://us.php.net/manual/en/install.windows.iis7.php
If so, check the output of the test page and verify the ImageMagick PHP extension is loaded successfully:
http://localhost/pacsone/Hello.php
-
- Posts:1
- Joined:Thu Apr 28, 2011 7:01 am
Great!! this solved my problem, thxpacsone wrote:Make sure you have configured IIS properly to work with PHP:
http://us.php.net/manual/en/install.windows.iis7.php
If so, check the output of the test page and verify the ImageMagick PHP extension is loaded successfully:
http://localhost/pacsone/Hello.php
-
- Posts:1
- Joined:Mon May 09, 2011 10:20 pm