I have a problem with php5 extension mcrypt.
The command
php5 -m | grep mcrypt
Outputs:
mcrypt
But during openCart install I see extension mCrypt not installed.
I've restarted apache with:
sudo service apache2 restart
And also tried:
sudo service apache2 reload
Any suggestions? Thanks.
UPDATE: I will try to describe from start:
sudo apt-get purge php5-mcrypt && sudo apt-get install php5-mcrypt
Than, I've added links and edited mcrypt.ini, from this topic:
http://askubuntu.com/questions/460837/mcrypt-extension-is-missing-in-14-04-server-for-mysql
I've executed:
sudo php5enmod mcrypt
And currently i see output for:
php5 -m | grep mcrypt
Is:
mcrypt
As far as I understand - its installed. But I still dont see it during installation of opencart.
I'm not php guru, but my phpinfo() function shows mcrypt module is in 'modules authors' section - is this a proof its installed?
Are there any steps to check, if its working.