benching Posted November 4, 2012 Posted November 4, 2012 How to fix this error, Im running my web in my PC using abyss web server, help please , im having 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\index.php:59 small info is a great help, thanks in advance
Thanna Posted November 4, 2012 Posted November 4, 2012 go to FluxCpFolder->config->error.php find this $showExceptions =false; change it to this $showExceptions =true; next open application.php fin this line 'DebugMode' => false, to this 'DebugMode' => true, then refresh your page and post a print screen here so that I can help you to fix the problem
michaelsoftman Posted November 4, 2012 Posted November 4, 2012 You have to install PDO. The command varies depending on what type of server you're running. Example: http://stackoverflow.com/questions/2320644/how-do-i-enable-pdo-using-centos
benching Posted November 4, 2012 Author Posted November 4, 2012 Thanks, already solved it, the exceptions in error are shown already now other problems annoy me lol.. Thanks By the way [solved]
Question
benching
How to fix this error,
Im running my web in my PC using abyss web server,
help please ,
im having 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\index.php:59
small info is a great help,
thanks in advance
3 answers to this question
Recommended Posts