i think i found out my problem , i got this error
================================================== =============================================
Critical Error
An error was encountered during the lifetime of the application.
This could be due to a variety of problems, such as a bug in the application.
However, normally it is caused by misconfiguration.
Exception Details
Error: Flux_Error
Message: The PDO extension is required to use Flux, please make sure it is installed along with the PDO_MYSQL driver.
File: C:\Abyss Web Server\htdocs\fluxsetup\index.php:60
================================================== =============================================
How do i install PDO_MYSQL driver ?
I went to
>>>>
I followed the guide, but i dont understand this step
>>>2. Next, choose the other database-specific DLL files and either use dl() to load them at runtime, or enable them in php.ini below php_pdo.dll. For example
extension=php_pdo.dll
extension=php_pdo_firebird.dll
extension=php_pdo_informix.dll
extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll
extension=php_pdo_oci.dll
extension=php_pdo_oci8.dll
extension=php_pdo_odbc.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
These DLLs should exist in the system's extension_dir.
Can anyone help me out ?
problem solved .... i followed a wrong guide .... should have used wamp instead of abyss x1 .
this is the guide that i found useful.