fjurado1204 Posted February 20, 2007 Posted February 20, 2007 :'( While in the Administration area logged in as ADMIN, at the very top of the page in the pink shaded area I get this message: Error: Catalog images directory does not exist: DIR_FS_CATALOG_IMAGES In the body of the page, I get this error: 1054 - Unknown column 'c.distributors_id' in 'field list' select distinct c.categories_id, cd.categories_name, c.categories_image, c.parent_id, c.sort_order, c.date_added, c.last_modified, c.distributors_id from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id = '1' group by c.categories_id order by c.sort_order, cd.categories_name [TEP STOP] Anyone know what this errors are stemming from? What I can do to fix it? I also do not see any products on my Shopping cart store pages even though they are all in the database. Shopping cart store displays this in the body: 1054 - Unknown column 's.stores_id' in 'where clause' select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s, products_to_stores p2s where p.products_status = '1' and p.products_id = s.products_id and pd.products_id = s.products_id and p.products_id = p2s.products_id and p2s.stores_id = 'STORES_ID' and s.stores_id = 'STORES_ID' and pd.language_id = '0' and s.status = '1' order by s.specials_date_added desc limit 10 [TEP STOP]
fjurado1204 Posted February 20, 2007 Author Posted February 20, 2007 If you need more information from me on my install please let me know.
fjurado1204 Posted February 21, 2007 Author Posted February 21, 2007 Can someone please take a close look at this? I am so stuck!
Guest Posted April 28, 2007 Posted April 28, 2007 Can someone please take a close look at this? I am so stuck! sounds like you didn't add something to your database.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.