Jump to content
  • 0

Flux Error


ShogS

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   8
  • Joined:  03/03/12
  • Last Seen:  

Hi is there any one of you who know's how to resolve this one

 

Error: Flux_Error

Message: The PDO extension is required to use Flux, please make sure it is installed along with the PDO_MYSQL driver.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


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

Run this command.

 

pecl install pdo

 

Or if it's already installed, do this:

 

Open /etc/php.ini

Type this in a new line:  extension=pdo.so
 

Edited by michaelsoftman
Link to comment
Share on other sites

×
×
  • Create New...