Mcypt functions not found within PHP problem.

sammzammit4379

New Member
Oct 31, 2014
4
0
1
So hey guys!,
After upgrading from 3.3 and getting 4.0, I face this problem.

I have read this topic, but I don't understand. What do I have to actually do?

http://forum.mfscripts.com/viewtopic.php?f=20&t=1582&p=5755&hilit=Mcypt#p5755

My Server Host is online.net

Thanks!
 

coffee

New Member
Jul 23, 2014
83
0
0
Just install mcrypt. It's included in EasyApache if you're on a cPanel server. If not, just google how to install mcrypt.
 

lajusangat

New Member
YetiShare User
Oct 1, 2012
20
0
1
This for CentOS 7
Code:
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/l/libmcrypt-2.5.8-13.el7.x86_64.rpm

yum install epel-release-7-2.noarch.rpm libmcrypt-2.5.8-13.el7.x86_64.rpm
 

coffee

New Member
Jul 23, 2014
83
0
0
ha I thought you didn't understand what needed to be done. You should have just said how do I install this. You seemed confused on what you needed like you didn't know mcrypt was something to install.