Quote Originally Posted by landshark View Post
Adam,

I just uploaded the files and upgraded the database. Wheni i go to configure i am seeing this warning at the top:

Warning: constant(): Couldn't find constant ORDERS_PAYPAL_STATUS_IMPORT_C in /home/diystore/public_html/catalog/admin/includes/classes/qbi_classes.php on line 1271

Warning: constant(): Couldn't find constant QBI_PAYPAL_STATUS_SELECT_C in /home/diystore/public_html/catalog/admin/includes/classes/qbi_classes.php on line 1271

I adjusted the new paypal settings and the warning is still there. Not sure how to fix this.

Thanks,

Mike
Woops! This error does not in any way affect the functioning of the program. To fix it, add these lines:

File: /catalog/admin/includes/languages/english/qbi_general.php
Where: anywhere inside the php tags
Add:
Code:
define ('ORDERS_PAYPAL_STATUS_IMPORT_C', '');
define ('QBI_PAYPAL_STATUS_SELECT_C', '');
Thanks,
Adam