thecramp Posted November 19, 2009 Posted November 19, 2009 (edited) hi there sorry for my english i'm french, i tried the contribs it work well, my problem is that i have extra image installed, i tried to add in the line 61 $table_array = array("products_image","products_extra_images"); it seem that the script maybe think that products_extra_images is in the "products" part, how can i specifie that i need to scan the table products_extra_images in products_extra_image section ?? the error is : Unknown column 'p.products_extra_images' in 'field list' Thanks here is the screen capture Thanks Edited November 19, 2009 by thecramp Quote
thecramp Posted November 19, 2009 Author Posted November 19, 2009 (edited) i think i found is it something like that ? line 85 i changed into : // Additional tables to be checked ie TABLE_LINKS $dbase_tables = array(TABLE_CATEGORIES,TABLE_MANUFACTURERS,TABLE_PRODUCTS_EXTRA_IMAGES); // Image Field names within above tables (MUST MATCH) ie 'links_image_url' $image_array = array('categories_image','manufacturers_image','products_extra_image'); ? thanks ps: how can i go one subfolder deeper ? thanks Edited November 19, 2009 by thecramp Quote
thecramp Posted November 19, 2009 Author Posted November 19, 2009 HOW can i erase this topic i wanted to make reply i made post new one ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.