View Single Post
  #1  
Old March 13th, 2006, 09:16 AM
ddouglass ddouglass is offline
Super Moderator
 
Join Date: Nov 2004
Location: Ace, TX (5 miles past Nowhere)
Posts: 9,395
Problem in Store Account Program? Temporary - fixed itself.

Admin,
Thought you might like to know I had an error on screen when I went to my account/View Order History. Error was as follows:

1030 - Got error 28 from table handler

SELECT t.Product, t.DealerDownloaded, o.orders_status, sum(1) as total , sum(t.CustomerID=0) as unregistered FROM MTU_RegistrationTickets t, orders o WHERE t.DealerOrderId='41956' AND t.DealerOrderId = o.orders_id AND o.orders_status >= '2' AND o.orders_status != '99999' GROUP BY t.Product, t.DealerDownloaded, o.orders_status

[TEP STOP]

Just thought you might want to check the coding for this and see what happened. I didn't try to download or anything just checking for the update.



__________________
Dale Douglass
2nd Generation Karaoke
I am not a member of the MTU Staff.
Reply With Quote