PHP extension "pdo_mysql" must be loaded. PHP extension "mcrypt" must be loaded.
what i have to do pls help me
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You should install mcrypt. Decent operating systems such as Ubuntu make it easy through the package manager, so for Ubuntu's example the package to install the PHP mcrypt library would be php5-mcrypt. Edit: I just realised that you also have to install the pdo_mysql PHP extension. You can do this by uncommenting the extension's reference in the | |||||||||||
feedback
|