Apache "The requested operation has failed!"

Today i got the error: The requested operation has failed! after installing PHP.

I found out that the following PHP-extensions caused the problem:
[PHP_OCI8]
extension=php_oci8.dll
[PHP_PDO_OCI]
extension=php_pdo_oci.dll
[PHP_PDO_SQLITE_EXTERNAL]
extension=php_pdo_sqlite_external.dll
[PHP_PSPELL]
extension=php_pspell.dll
[PHP_SYBASE_CT]
extension=php_sybase_ct.dll
Solution
Uncomment the mentioned PHP-Extensions in your php.ini:

;[PHP_OCI8]
;extension=php_oci8.dll
;[PHP_PDO_OCI]
;extension=php_pdo_oci.dll
;[PHP_PDO_SQLITE_EXTERNAL]
;extension=php_pdo_sqlite_external.dll
;[PHP_PSPELL]
;extension=php_pspell.dll
;[PHP_SYBASE_CT]
;extension=php_sybase_ct.dll

Software:
Apache: 2.2.25
PHP: 5.2.14
Windows: Windows 8.0

Kommentare

Beliebte Posts aus diesem Blog

Exchange SSL Error

Xcode Crash Bug: Watchpoint with AND or OR (&& or ||)