PHP extension "pdo_mysql" must be loaded. PHP extension "mcrypt" must be loaded.

what i have to do pls help me

link|improve this question
2  
This is not a proper, answerable question. When posting server problems, please at least specify what platform your server is running on. What PHP version you are using. Whether you are administering your own server or host on shared hosting. Also this should probably be posted on SO's sister site, serverfault.com. – Pekka Aug 18 '10 at 12:38
feedback

migrated from stackoverflow.com Aug 18 '10 at 14:09

This question came from our site for professional and enthusiast programmers.

2 Answers

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 php.ini configuration file.

link|improve this answer
how to install php mysql encrypt library – Ravi Singh Aug 18 '10 at 13:10
What operating system are you using? – Delan Azabani Aug 18 '10 at 13:10
I am using window XP – Ravi Singh Aug 18 '10 at 13:18
Are you using XAMPP? – webbiedave Aug 18 '10 at 13:43
no i am using appserv for php – Ravi Singh Aug 18 '10 at 13:46
feedback

get xampp, has everthing already installed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown