Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

return to google checkout


4 replies to this topic

#1 zpupster

  • Community Member
  • 162 posts
  • Real Name:craig

Posted 26 March 2011, 10:49

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

#2 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 26 March 2011, 14:26

View Postzpupster, on 26 March 2011, 10:49, said:

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.

#3 zpupster

  • Community Member
  • 162 posts
  • Real Name:craig

Posted 27 March 2011, 02:58

do you think if i just add it then everything will be all right.

actually i do not know how to add it but, i will find out.

thanks,

craig

#4 zpupster

  • Community Member
  • 162 posts
  • Real Name:craig

Posted 05 April 2011, 14:33

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

#5 speed777

  • Community Member
  • 241 posts
  • Real Name:Louis
  • Gender:Male
  • Location:Bozeman, Montana USA

Posted 06 April 2011, 18:10

View Postzpupster, on 05 April 2011, 14:33, said:

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, 06 April 2011, 18:11.