PDA

View Full Version : mcrypt problem


Mustang5ohhh
June 7th, 2004, 10:18 AM
My cart has been working great for months ... all of a sudden ... we're getting this:

Fatal error: Call to undefined function: mcrypt_module_open() in /home2/priority/public_html/squirrelcart/functions/dec.func on line 5


No changes have been made in months.

Thanks in advance.

Jamie
June 7th, 2004, 01:02 PM
Hi,

It sounds like PHP was rebuilt on your server, without the mCrypt module. Check the build date at the top of your phpinfo file:

http://YOURSITE.COM/squirrelcart/phpinfo.php

If the date is recent, then that is probably the culprit. You will have to contact your web host, and get them to put mcrypt back.

Thanks,
Jamie