Jump to content
  • 0

help with flux cp


Krine

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  01/19/12
  • Last Seen:  

I need help and fix this bug please

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_MYSQL driver for the PDO extension must be installed to use Flux. Please consult the PHP manual for installation instructions.

File: E:\AppServ\www\flux\index.php:62

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

you must install PDO Extension in your php.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  436
  • Reputation:   31
  • Joined:  02/19/12
  • Last Seen:  

how to install. pdo extension?

Edited by Razor X
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

how to install. pdo extension?

Hi Razor X,

It really depends on how you've installed PHP. The common ways to do it would be to install it via "yum", this is if you installed PHP with yum also; and you'd have to specify the version, php/php5 - again, it depends on how you installed PHP. The 2nd way would be to re-compile PHP with the PDO module, making sure you have the PDO lib files.

For instructions, you can simply do a Google search and you'll most definitely find many guides on how to install PDO for your PHP configuration.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  436
  • Reputation:   31
  • Joined:  02/19/12
  • Last Seen:  

how to install. pdo extension?

Hi Razor X,

It really depends on how you've installed PHP. The common ways to do it would be to install it via "yum", this is if you installed PHP with yum also; and you'd have to specify the version, php/php5 - again, it depends on how you installed PHP. The 2nd way would be to re-compile PHP with the PDO module, making sure you have the PDO lib files.

For instructions, you can simply do a Google search and you'll most definitely find many guides on how to install PDO for your PHP configuration.

Thank you sir. I already found a manual for php. I got my php here

windows.php.net/download/

Link to comment
Share on other sites

×
×
  • Create New...