JoelWebsites Posted November 24, 2014 Share Posted November 24, 2014 I have installed mcrypt on the server but it is not showing on my prestashop ...how to load it properly? I have added memcache but that worked fine without any issues...thanks Please refer the screenshorts Link to comment Share on other sites More sharing options...
tuk66 Posted November 24, 2014 Share Posted November 24, 2014 Does it work? It can be just an informative message. Link to comment Share on other sites More sharing options...
parsifal Posted November 28, 2014 Share Posted November 28, 2014 From PS .1.6.0.9 controllers/admin/AdminPerformanceController.php:449 array( 'id' => 'PS_CIPHER_ALGORITHM_1', 'value' => 1, 'label' => $this->l('Use Rijndael with mcrypt lib.').(!function_exists('mcrypt_encrypt') ? '' : $warning_mcrypt) ), it looks like a check is being done to decide whether to display the warning. joel, how exactly did you install the mcrypt extension on your server? Also, in the phpinfo output, scroll down a bit more. Do you see something like the first screenshot in this article? Link to comment Share on other sites More sharing options...
JoelWebsites Posted November 28, 2014 Author Share Posted November 28, 2014 I had used amazon server i had used sudo yum install memcached in ssh and then you need to load the dynamic extension on the php.ini you can even contact your hosting provider to get this done .. And that is not an infomative message Link to comment Share on other sites More sharing options...
JoelWebsites Posted November 28, 2014 Author Share Posted November 28, 2014 I had used amazon server i had used sudo yum install memcached in ssh and then you need to load the dynamic extension on the php.ini you can even contact your hosting provider to get this done .. And that is not an infomative message Link to comment Share on other sites More sharing options...
bellini13 Posted November 29, 2014 Share Posted November 29, 2014 and does your php info show a section for mcrypt? Link to comment Share on other sites More sharing options...
JoelWebsites Posted November 30, 2014 Author Share Posted November 30, 2014 (edited) Yes its installed n shws Edited November 30, 2014 by joeljfernandes (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted November 30, 2014 Share Posted November 30, 2014 the screen shot you originally provided does not show the mcrypt section we would like to see. Link to comment Share on other sites More sharing options...
vekia Posted November 30, 2014 Share Posted November 30, 2014 you should have something like this: Link to comment Share on other sites More sharing options...
JoelWebsites Posted December 1, 2014 Author Share Posted December 1, 2014 Yes here is the screenshort Link to comment Share on other sites More sharing options...
bellini13 Posted December 1, 2014 Share Posted December 1, 2014 I had used amazon server i had used sudo yum install memcached in ssh and then you need to load the dynamic extension on the php.ini you can even contact your hosting provider to get this done .. And that is not an infomative message are we talking about memcache? or are we talking about mcrypt? According to your screen shot, it appears that mcrypt is installed and enabled, however for some unknown reason the mcrypt_encrypt function is not being found. Maybe a bug in the php version you are using? Or maybe the AWS server has some sort of security configured to avoid providing this information. function_exists('mcrypt_encrypt') Are you having an issue logging into the back office and front office? If you are not having issues, then it sounds like mcrypt is working properly, and you can just ignore this 'notice'. Alternatively, you can change the function_exists statement to use a different mcrypt function during the test. One that might be located? Link to comment Share on other sites More sharing options...
maio Posted December 11, 2014 Share Posted December 11, 2014 I had similar issue with mcrypt ext. on ubuntu and found out it's a reported bug: The current php5-mcrypt package puts the mcrypt.ini in /etc/php5/conf.d which in no longer processed by default. The correct location for that file is /etc/php5/mods-available https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1240590 so I just had to copy it to the correct folder, sudo php5enmod mcrypt (enable it), sudo service apache2 restart (restart apache)_ this is what worked for me ! Link to comment Share on other sites More sharing options...
somits1 Posted November 2, 2015 Share Posted November 2, 2015 Hi, This is somit using prestashop v1.5.6 English version. and my website is http://www.slmobileprice.com I am trying to configure Performance - Ciphering option but getting error - The PHP "Mcrypt" extension is not activated on this server. Could you please tell me how to enable Rijndael with mcrypt lib. Mcrypt is faster than our custom BlowFish class, but requires the PHP extension "mcrypt". If you change this configuration, all cookies will be reset. Algorithm Use Rijndael with mcrypt lib. Keep the custom BlowFish class. Link to comment Share on other sites More sharing options...
bellini13 Posted November 3, 2015 Share Posted November 3, 2015 contact your hosting provider and see if they will add it Link to comment Share on other sites More sharing options...
somits1 Posted November 5, 2015 Share Posted November 5, 2015 how to check mcrypt is installed or not. Because before 4-5 days I have changed Use Rijndael with mcrypt lib. option to Blowfish . Buy now i can not rechange. so please help me to solve the issue. My site is working too slow. check here http://slmobileprice.com Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2015 Share Posted November 5, 2015 to check if mcrypt is installed and enabled with phpinfo(); http://php.net/manual/pl/function.phpinfo.php Link to comment Share on other sites More sharing options...
somits1 Posted November 5, 2015 Share Posted November 5, 2015 thanks for reply but where i have to do this? Also after enabling debug mode getting these error as my site running too slow, taking 10 sec to load.. check screen shot. Link to comment Share on other sites More sharing options...
somits1 Posted November 5, 2015 Share Posted November 5, 2015 I have checked and i think mcrypt not installed so could you please tell me how to install mcrypt extension, for prestashop 1.5.6 , using godaddy Hosting. check php info in image. Link to comment Share on other sites More sharing options...
bellini13 Posted November 6, 2015 Share Posted November 6, 2015 I already answered your question. You should contact your hosting provider. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now