Guest Posted February 22, 2009 Share Posted February 22, 2009 I get the following error when i go to my special prices page in admin: --------------------------------------- 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 p.products_id, pd.products_name, p.products_price, s.specials_id, s.specials_new_products_price, s.specials_date_added, s.specials_last_modified, s.expires_date, s.date_status_change, s.status from products p, specials s, products_description pd where p.products_id = pd.products_id and pd.language_id = '5' and p.products_id = s.products_id order by pd.products_name limit -20, 20 [TEP STOP] --------------------------------------- Anyone got a clue of what to do? The error occured when I deleted all my special prices. I also have som difficulties uploading product images. I get this error message: --------------------------------------- Warning: move_uploaded_file(): open_basedir restriction in effect. File(/home/spil/public_html/images/1dealer shoe.jpg) is not within the allowed path(s): (/home2/spil/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home2/spil/public_html/admin/includes/classes/upload.php on line 94 --------------------------------------- Please help! I would really appreciate it.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.