benching Posted November 4, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share 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 Link to comment Share on other sites More sharing options...
Thanna Posted November 4, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share 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 Link to comment Share on other sites More sharing options...
michaelsoftman Posted November 4, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share 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 Link to comment Share on other sites More sharing options...
benching Posted November 4, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Author Share 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] Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
3 answers to this question
Recommended Posts