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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| anyone got any templating tips or tutorials, i am a begginer, ive only made a simple theme in STS for OSc but not BTS... |
|
#2
| |||
| |||
| i am getting problems when i add products 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] |
|
#3
| |||
| |||
| anyone know what could cause this? |
|
#4
| |||
| |||
| 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. |
|
#5
| ||||
| ||||
| Your database is not set up correctly. You are missing the products_id field. Re-create your database.
__________________ Michael Sasek osCMax Developer
|
|
#6
| |||
| |||
| here are some screenshots of the errors ![]() ![]() i am running on xampp if that makes any difference |
|
#7
| |||
| |||
| i ran the installer to install and then added a sample cat and sample product inside the cat... |
|
#8
| |||
| |||
| Quote:
|
|
#9
| |||
| |||
| 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. |
|
#10
| |||
| |||
| 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? |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| templating: osCommerce vs. osMax 2.x vs. ZenCart | gravyface | osCMax v2 Customization/Mods | 2 | 08-19-2006 08:27 AM |
| OSCMax templating system | laluna | osCMax v2 Features Discussion | 3 | 11-14-2005 08:34 AM |
| Templating | Anonymous | osCMax v1.7 Discussion | 4 | 09-04-2003 11:59 PM |