I’m using OC1.5.1 and I’m trying to integrate PayPal.
The problem is I get an error in the checkout:
Fatal error: Call to a member function encrypt() on a non-object in /var/www/example.com/httpdocs/catalog/controller/payment/pp_standard.php on line 94
Is there any way past this?
Thanks
This sounds like you’ve not go the
/system/library/encryption.phpfile uploaded. Double check that the file isn’t emptyEDIT: Or the line
could be missing. Check it’s set in the
index.phpfile