Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mySQL error when sending from Newsletter products


donslund

Recommended Posts

I use the contribution, Nesletter Products

 

 

I can make my newsletter and I can see it, but when I try to send it I get this error:

 

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and pd.language_id=4' at line 1

 

select p.products_id, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, if(s.status, s.specials_new_products_price, NULL) as specials_price from (products p, products_description pd) left join specials s on p.products_id = s.products_id where pd.products_id = p.products_id and p.products_id in() and pd.language_id=4

 

[TEP STOP]

 

I guess it is because in() is empty. But how can that be, Whenm I preview my newsletter everyting is fine.

 

Please, some one help me.

 

Kind regards

Jeppe Donslund

Link to comment
Share on other sites

I use the contribution, Nesletter Products

 

 

I can make my newsletter and I can see it, but when I try to send it I get this error:

 

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and pd.language_id=4' at line 1

 

select p.products_id, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, if(s.status, s.specials_new_products_price, NULL) as specials_price from (products p, products_description pd) left join specials s on p.products_id = s.products_id where pd.products_id = p.products_id and p.products_id in() and pd.language_id=4

 

[TEP STOP]

 

I guess it is because in() is empty. But how can that be, Whenm I preview my newsletter everyting is fine.

 

Please, some one help me.

 

Kind regards

Jeppe Donslund

 

I think the problem is this "pd.language_id=4" do you have installed a language id = 4 ?

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