Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

return to google checkout


zpupster

Recommended Posts

hello support,

 

i am in sandbox mode, i am finally got the order to go thru. everything looks fine.

 

except this one link return to my site.

it gives this error:

 

 

1054 - Unknown column 'Array' in 'where clause'

 

select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from products p, products_description pd where p.products_status = '1' and p.products_id in (Array) and pd.products_id = p.products_id and pd.language_id = '1'

 

[TEP STOP]

 

 

 

any suggestions??

 

thanks,

 

craig

Link to comment
Share on other sites

hello support,

 

i am in sandbox mode, i am finally got the order to go thru. everything looks fine.

 

except this one link return to my site.

it gives this error:

 

 

1054 - Unknown column 'Array' in 'where clause'

 

select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from products p, products_description pd where p.products_status = '1' and p.products_id in (Array) and pd.products_id = p.products_id and pd.language_id = '1'

 

[TEP STOP]

 

 

 

any suggestions??

 

thanks,

 

craig

The 'p.products_id in (Array)' is not in your database, that's why your getting that error.
Link to comment
Share on other sites

  • 2 weeks later...

The 'p.products_id in (Array)' is not in your database, that's why your getting that error.

 

i am confused, from this line in gc_return.php

 

. TABLE_PRODUCTS . " p, " 

 

when i go to the products table there is a column labeled and filled products_id

 

if there is more information, you need to help me please let me know.

 

thanks,

 

craig

Link to comment
Share on other sites

The 'p.products_id in (Array)' is not in your database, that's why your getting that error.

 

i am confused, from this line in gc_return.php

 

. TABLE_PRODUCTS . " p, " 

 

when i go to the products table there is a column labeled and filled products_id

 

if there is more information, you need to help me please let me know.

 

thanks,

 

craig

You must have a shipping and labeling addon installed because there is no 'labeled and filled products_id' in GC that I am aware of. Edited by speed777
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...