reikojb Posted September 22, 2005 Posted September 22, 2005 OK! First off, OSCommerce was the shopping site that I was allowed to add to my website through my hosting company. I have no idea what is going on. I am trying to sell tickets on my site to events. Secondly, the payment processor that was offered is not listed . I have to add them. I don't know where I am supposed to paste the HTML code for the payment processor. Finally, This is the error that I keep getting... 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1 select o.orders_id, o.customers_name, o.customers_id, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where o.customers_id = '1' and o.orders_status = s.orders_status_id and s.language_id = '1' and ot.class = 'ot_total' order by orders_id DESC limit -20, 20 I don't know code. I just wanted a simple, plain english fix. I picked this host because building a site was supposed to be easy for a beginner. I can't say that has happened. Help me please someone, anyone, GOD(?)! :blink:
Guest Posted September 22, 2005 Posted September 22, 2005 your host is using a newer version than what is the recommended version of mysql. http://www.oscommerce.com/forums/index.php?showtopic=144095 search is free and very useful and friendly . . .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.