Jump to content
  • 0
Karthikeyan

Flux CP installation issue

Question

This is the error which I get while installing "The PDO_MYSQL driver for the PDO extension must be installed to use Flux."

Can anyone help me on this issue. Tried all possible ways given but it wont move further.

Chmod -R 777 to full fluxcp folder

OS is Centos 8
PHP version 7.2
Database in mariadb.

Please help me to resolve this issue friends

 

 

 

Edited by Karthikeyan
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Please do not execute "chmod -R 777" against anything open to the public internet.
That command grants all privileges to all users to all files and directories, exposing the webserver to potential exploits.

Run the following command on your CentOS 8 server:

yum install php-mysqlnd

 

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.