View Single Post
  #15  
Old 09-25-2003, 12:49 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default Re: Invalid SQL: Unknown column IP

Quote:
Originally Posted by mcopeland
Upon applying code available here to Log IP Addresses, the following MySQL error appears briefly, then takes me to PayPal payment pages:

http://www.casestudy.buyhiphop.com/xcart_error.gif

Anyone know cause/fix for this?

Thanks,

M. Copeland

login to the admin->Patch/Upgrade and apply this SQL:

Code:
ALTER TABLE `xcart_orders` ADD `ip` VARCHAR( 64 ) NOT NULL ;

Should do the trick
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote