atlantis21

Well-Known Member
Sep 18, 2012
51
0
56
cPanel Access Level
Root Administrator
Hello,

I installed phpmyadmin in www folder, and all working perfectly.
But after logging there is some warnings:

Code:
1) The mysqli extension is missing. Please check your PHP configuration. See our documentation for more information.
2) Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).
3) Server running with Suhosin. Please refer to documentation for possible issues.
4) The mcrypt extension is missing. Please check your PHP configuration.
Is that OK? Or need to be fixed?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You can install the "mysqli" and "mycrypt" PHP modules via EasyApache:

"WHM Home » Software » EasyApache (Apache Update)"

Or through the command line;

/scripts/easyapache

The PHP modules are found under the "Exhaustive Options List" for PHP.

Thank you.