Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (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 sql_cpt.jpg

 

Thanks

Edited by thecramp
Posted (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 by thecramp

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...