WordPress Error

Hello!

I have used Virtualmin for the past few months. WHMCS gave a few warnings that I was missing some PHP modules, so I decided to install them this morning. After installing php-imap, php-zip, php-xmlrpc and enabling proxy_fcgi setenvif for Apache, I have had a few errors regarding WordPress.

When I automatically install it, I get default WordPress database configs.

That is:
define( ‘DB_NAME’, ‘database_name_here’ );

/** MySQL database username */
define( ‘DB_USER’, ‘username_here’ );

/** MySQL database password */
define( ‘DB_PASSWORD’, ‘password_here’ );

/** MySQL hostname */
define( ‘DB_HOST’, ‘localhost’ );

How can I resolve this? Also, I have purged the PHP modules, but not deactivated proxy_fcgi setenvif yet and it still doesn’t work.

Now, WHMCS does not auto provision with a cURL error 6, and WordPress doesn’t install.

Please help.