duds Posted May 20, 2007 Posted May 20, 2007 Hi I've just moved to new hosts, uploaded my site, changed the config files etc. Did the $this modification because of PHP 5. Played with the database to fit the new requirements of mysql I get several problems Add to cart leads to a blank page, but when I go back (using back button) it shows the item in the cart. If I change the quantity of the item to 2, 3, 10 etc and click the update button, i get a blank page, but click the back button again and they show in the cart. Click on checkout, blank page. Log in, takes me to the log in screen, enter log in details, blank page, hit back button and site shows me as logged in Create Account takes me to the creat acount form, hit submit, blank page, but account is created. Admin section: Update currencies, hit update, blank page, hit back button, currencies updated Got loads of little glitches like this. order status Pending fine Processing fine Shipped fine Payment refunded Payment recieved problem with order Order deleted Order ready for shipping I get the following error: 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.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.orders_status = s.orders_status_id and s.language_id = '1' and s.orders_status_id = '8' and ot.class = 'ot_total' order by o.orders_id DESC limit -20, 20 it's as if OSC is updating the database but hanging when refreshing the page with the new changes. Its both sides of the site, public view and admin view. No errors are shown, just a blank white page Register globals are set to on, so a patch isnt needed? been searching the forums for days now, any direct ehlp would be much appreciated Thank you
duds Posted May 21, 2007 Author Posted May 21, 2007 Please anybody have any idea? Sites been fully working for 4+ years untill I moved hosts, I'm losing sales daily.
Guest Posted May 22, 2007 Posted May 22, 2007 me too, this is sudden, I've been running good for a long time, no change of hosts, then suddenly this.... >_<
sugiartha Posted May 22, 2007 Posted May 22, 2007 first, make sure 'display_errors' in php.ini is true. blank page can be error, but not showup. Sugiartha ------------------------------------------ concept of life: enjoy aja!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.