SQL Queries for E-Commerce Apps

The file /home/chris/www/joobi/joobi/node/payment/payment/offline/offline.php is missing :
# On line: 1676 In the file /joobi/node/api/addon/joomla30/joomla30.php
Class file not found for the payment! Name:payment.offline.offline
# On line: 29 In the file /joobi/node/payment/view/payment_form.php

The file /home/content/25/8330525/html/joobi/node/payment/payment/paypal/paypal/paypal.php is missing :
# On line: 1656 In the file /joobi/node/api/addon/joomla16/joomla16.php
Class file not found for the payment! Name:payment.paypal.paypal.paypal
# On line: 29 In the file /joobi/node/payment/view/payment_form.php

 

Solution

 Run below query in your phpMyAdmin. Make sure to use your own database prefix (#).

UPDATE #_payment_type  SET namekey = 'payment.offlinepay' WHERE namekey = 'payment.offline';


UPDATE #_payment_type  SET namekey = 'payment.twocheckout' WHERE namekey = 'payment.2checkout';


UPDATE #_payment_type  SET namekey = 'paypal.paypal' WHERE namekey = 'payment.paypal.paypal';


UPDATE #_payment_type  SET namekey = 'paypal.paypal' WHERE namekey = 'payment.paypal';

  • Monday, 08 April 2013