Jump to content
  • 0

Help Please


benching

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

How to fix this error,

Im running my web in my PC using abyss web server,

help please , /sob

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


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

Thanks,

already solved it,

the exceptions in error are shown already :)

now other problems annoy me lol..

Thanks By the way /heh

[solved]

Link to comment
Share on other sites

×
×
  • Create New...