Using WAMP server to run cgi python , cgi-bin , PHP , apache , scripts
How to set up wamp to use Python CGI programming and php on your own computer. SQL works also. Only tested on windows.All programs can be run through ...
How to solve the mcrypt error (magento, laravel) - Tutorial [ENG]
In this tutorial we will solve the php mcrypt error that appears when working with other software or libraries like magento or laravel. Step for Step: 1.) install ...
I have followed the all instruction and install successfully But I am still
getting error. I have checked phpinfo.php there is showing same mcrypt
Sascha Schumann, Derick Retinas.
+nikesh pathania Take a look into your directory /usr/local/etc/php/5.6/conf.d/there is a file inside with an extension="..." copy this and insert it to your php.ini file and save it and restart your server.if this is not working here i found another solution... maybe this could help you... if you changed the LoadModule in the httpd.conf for your server you have to change it back to the old one... //www.gigoblog.com/2011/01/27/add-mcrypt-to-mac-os-x-server/comment-page-1/
+rudolfson.junior yes its uncommented? Before your tutorial I have followed this //coolestguidesontheplanet.com/install-mcrypt-for-php-on-mac-osx-10-10-yosemite-for-a-development-server/ but not able to fix my problem. I am still stuck
+nikesh pathania you may have to add the following line in your php.ini extension=mcrypt.so//magento.stackexchange.com/questions/36954/php-extension-mcrypt-curl-must-be-loadedor https://www.eukhost.com/forums/f15/fixed-magento-installation-pdo_mysql-mcrypt-extensions-error-12161/you can locate your ini file by calling the phpinfo() function