anyone got any templating tips or tutorials, i am a begginer, ive only made a simple theme in STS for OSc but not BTS...
This is a discussion on templating tutorials within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; anyone got any templating tips or tutorials, i am a begginer, ive only made a simple theme in STS for ...
anyone got any templating tips or tutorials, i am a begginer, ive only made a simple theme in STS for OSc but not BTS...
i am getting problems when i add products
any idea?Code:1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials_retail_prices 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 p2c.categories_id = '1' [TEP STOP]
anyone know what could cause this?
okeys i'll give a better description of the situation, i have created a catergory, and then i've placed a product inside this... all goes fine, no errors, then i browse the category from the menu on the side, and that error occurs.
Your database is not set up correctly. You are missing the products_id field. Re-create your database.
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
here are some screenshots of the errors
i am running on xampp if that makes any difference
i ran the installer to install and then added a sample cat and sample product inside the cat...
I think you're using MySQL5, and osC is not ready for it. But I might be wrong.1054 - Unknown column 'p.products_id' in 'on clause'
select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials_retail_prices 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 p2c.categories_id = '1'
[TEP STOP]
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.18
i got that from PHP INFO.
It works with Oscommerce, just Osmax seems to come up with Errors =(... i'll try installing on my remote web server to see if that changes it.
okeys i installed using mysql 4 database live and it's working... however two products are being displayed in each cat, like one on top of the other.. same as the screenshot shows, is this menna happen?
Bookmarks