Unable to load mcryt, pdo, curl in windows apache server
Tech-Today

Unable to load mcryt, pdo, curl in windows apache server


I encountered this errors in setting up a Magento store and playing I've found the solutions and now I'm sharing it

In your php.ini file (could be in apache/bin or php installation folder - depending on your installation). Uncomment the following lines.


extension=php_mcrypt.dll
extension=php_curl.dll
extension=php_pdo.dll


Plus libeay32.dll, ssleay32.dl and libmcrypt.dll must be located in your c:\windows\system32 directory

PHP manual: http://www.php.net/manual/en/curl.installation.php

Additional Reference: http://www.magentocommerce.com/wiki/magento_common_installation_problem_in_windows




- Web Development
WordpressConfigure Custom Wordpress PermalinkZencartHow to add a customize product admin fields in zencart by editing/adding extra codesJoomlaHow to install/setup/configure joomla to run in a xampp setup. This avoids the technical detail of manually installing...

- How To Download A Zipped File Of A Magento Extension
There are times when you want to see the code behind of a magento extension, but using magento connect would not give you all the files that have been created. To do that simply go to url below and type the Magento Connect 1 extension key: http://freegento.com/ddl-magento-extension.php...

- Solving The Php Startup: Unable To Load Dynamic Library Bug
Okay first I'm no expert in apache or php but I guess writing about this bug might help someone. Yes I've installed perhaps tens of times apache php mysql, but everytime I did I encountered several errors, like the error defined above. Well first...

- Unable To Load Dynamic Library Php_mysql, Php_pgsql, Php_mcrypt
This problems are often encountered on new php installation. Solution: 1.) Add these lines to httpd.conf PHPIniDir "C:/php-5.2.10" LoadFile "C:/php-5.2.10/php5ts.dll" LoadModule php5_module "C:/php-5.2.10/php5apache2_2.dll" AddType application/x-httpd-php...

- Magento - 500 Internal Error
Server: 1and1 hosting After fixing the database issue, I found myself trap with: 1.) front end - I got 500 Internal Error 2.) back end - out of memory error To keep it short here are my solutions: 1 & 2.) I remember doing these things: a.) rename...



Tech-Today








.