This is a discussion on Help with printable catalog within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; i am using osc max 2, when i click on the printable catalog i get an error: Code: 1064 - ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| i am using osc max 2, when i click on the printable catalog i get an error: Code: 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 '-10, 10' at line 1 select distinct p.products_id, p.products_image, p.products_model, p.products_quantity, p.products_weight, pd.products_name, p.manufacturers_id, p.products_price, p.products_date_added, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, m.manufacturers_name, pd.products_description, cd.categories_name, p.products_tax_class_id, p2c.categories_id from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join categories_description cd on p2c.categories_id = cd.categories_id left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and cd.language_id = '1' order by p.products_price DESC, pd.products_name LIMIT -10, 10 [TEP STOP] |
|
#2
| ||||
| ||||
| Do you have any product setup? I think I got this or simular error cause of this....
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#3
| |||
| |||
| Yes, i have about 60 products in the store, everything else is working, this is very puzzling.... |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help With Printable Catalog | Makrin | osCMax v2 Customization/Mods | 1 | 08-25-2005 12:00 PM |
| printable catalog template | Anonymous | osCMax v1.7 Discussion | 3 | 01-11-2005 12:53 PM |
| Printable Catalog Bug? | warrenthewindmill | osCMax v1.7 Discussion | 4 | 11-16-2003 09:22 AM |
| Need help with printable catalog | crujones | osCMax v1.7 Discussion | 1 | 09-13-2003 09:37 PM |
| Printable Catalog HELP!! | Arpit | osCommerce 2.2 Modification Help | 2 | 06-03-2003 04:56 AM |