Page 1 of 1
Payment page error, cannot load paypal model
Posted: Thu Aug 06, 2009 5:51 am
by grantdp
Hi,
have a error here that i need to fix asap:
i am using oc 1.3 this happened after a restore.
when users go to select the shipping method page and then continue to the payment page i recieve this error:
Error: Could not load model payment/paypal!
Please can anyone help
thanks
grant
Re: Payment page error, cannot load paypal model
Posted: Thu Aug 06, 2009 6:03 am
by Leon
You'll need to remove the paypal entries from your database.
In 1.3.0, paypal was renamed to pp_ (pp_direct, pp_standard etc), so your store is looking for paypal because that's what the database is telling it, but it's actually pp_something now.
Re: Payment page error, cannot load paypal model
Posted: Thu Aug 06, 2009 6:47 am
by grantdp
thanks for the quick reply, i will have ago now.
Re: Payment page error, cannot load paypal model
Posted: Thu Aug 20, 2009 2:21 am
by decavolt
Just posting this for later reference:
Look in the "extension" table, delete the row with type "payment" and key "paypal". Then in your OpenCart control panel, click install for the PayPal module. The db entry will change to pp_standard and will work.
Thanks Leon!
Re: Payment page error, cannot load paypal model
Posted: Mon Sep 07, 2009 7:36 pm
by Adonis
Hi,
I have the same sort of error after upgrading to 1.3.2.
The exact error message is 'Error: Could not load model payment/pp_standard!'
Originally I got a message saying 'could not load model payment/paypal'. I then followed Leon's instructions and deleted the paypal entry in the extension table and set it up again in Admin.
Unfortunately I still get the error message.
Strangely I have an exact copy of my site running locally and after following Leon's instructions the error is gone on the local site but still persists on my hosted site.
Can anyone help please ?
Thanks,
Ad.