Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Product Notification Error

    newsletters & emails work fine
    but when trying to send product notification it will let me select which products but when you click on send this messages comes...

    Newsletter and Product Notifications Manager
    Customers receiving this Product Notification: 0

    help!
    blessed be the day we make tomorrow a better yesterday

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Product Notification Error

    Lackew,
    What modules have you loaded over the core files of zen cart..
    If so so you check with Winmerge and munge them together..
    Go to your root directory and click on the Cache folder to find any error logs please..

  3. #3
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Product Notification Error

    the only thing added is about us & extra define pages
    checked the cache folder with 5 files all with 0 bytes !!!???
    blessed be the day we make tomorrow a better yesterday

  4. #4
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Product Notification Error

    help?????????????
    blessed be the day we make tomorrow a better yesterday

  5. #5
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Product Notification Error

    after doing some checking am now able to get an error message:

    Newsletter and Product Notifications Manager

    1064 You have an error in your SQL syntax; check the manual that corresponds to your SQL server version for the right syntax to use near ')' at line 3
    in:
    [select distinct customers_id from zen_products_notifications where products_id in ()]
    blessed be the day we make tomorrow a better yesterday

  6. #6
    Join Date
    Aug 2009
    Location
    Tampa Bay
    Posts
    251
    Plugin Contributions
    1

    Default Re: Product Notification 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 '000000 where products_id = '1'' at line 1 in: [update zen_products set products_ordered = products_ordered + 1,000000 where products_id = '1']

    Print
    Save to list
    Subscribe
    Rate Article Helpful Not Helpful

    When placing an order, the following error appears:

    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 '000000 where products_id = '1'' at line 1
    in:
    [update zen_products set products_ordered = products_ordered + 1,000000 where products_id = '1']



    Solution:
    Edit the language-file for your active language. For "english", it's english.php

    You'll see a line that says:

    @setlocale(LC_ALL, '<something-here>');


    The problem is on LC_ALL

    Change it to LC_TIME instead. Example for portuguese:

    @setlocale(LC_TIME, 'pt_PT.ISO8859-15');
    I found the above but my settings are good
    Still need help
    blessed be the day we make tomorrow a better yesterday

 

 

Similar Threads

  1. Email notification when error log file is created
    By DML73 in forum General Questions
    Replies: 5
    Last Post: 1 Apr 2015, 03:47 PM
  2. Replies: 0
    Last Post: 21 Mar 2012, 09:20 PM
  3. Paypal shipping notification email error
    By DML73 in forum General Questions
    Replies: 1
    Last Post: 13 May 2009, 03:04 PM
  4. error message 1064-newsletters and product notification
    By SweatingItOut in forum General Questions
    Replies: 2
    Last Post: 18 Aug 2008, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg