Search found 1 match

by webwolf
Tue Sep 18, 2012 9:23 am
Forum: General Support
Topic: Go Live With PayPal
Replies: 7
Views: 12728

Re: Go Live With PayPal

I had this problem and I may have found a solution. In the file catalog/model/payment/model_payment around line 55 it calls: $result = $this->database->getrow("select order_id from order where reference = '" . $reference ."'"); Because (I suspect) order is a command word in mysql, the select stateme...