i am using oscmax 2.5 beta 2
in this link /admin/orders.php?page=1&oID=74&action=edit
i get this error
1146 - Table 'dbname_oscmax.TABLE_PAYPAL_IPN' doesn't exist
select * from TABLE_PAYPAL_IPN where paypal_ipn_id = '0'
[TEP STOP]
then i put this in database file
define('TABLE_PAYPAL_IPN', 'paypal_ipn');
then i get this error
1146 - Table 'dbname_oscmax.TABLE_PAYPAL_IPN_TXN_TYPE' doesn't exist
select txn_type_name from TABLE_PAYPAL_IPN_TXN_TYPE where txn_type_id = '0 and language_id=1'
[TEP STOP]
i check there is no table for txn type so i use this in database file
define('TABLE_PAYPAL_IPN_TXN_TYPE', 'paypal_ipn');
again i get new error
1054 - Unknown column 'txn_type_name' in 'field list'
select txn_type_name from paypal_ipn where txn_type_id = '0 and language_id=1'
[TEP STOP]
now don't know how to solve this problem





LinkBack URL
About LinkBacks











Bookmarks