New Zenner
- Join Date:
- Jul 2008
- Posts:
- 19
- Plugin Contributions:
- 0
error message 1064-newsletters and product notification
I have two sites in development using zen cart. One is using a lot of zen cart features, the other has been stripped down. Both are on the same server using the same sql version which is MySQL 5.0.45
For the more customized site, which has newsletters and product notification turned off, I am getting the following message:
Status Action
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 '-0, 0' at line 1
in:
[select newsletters_id, title, length(content) as content_length, length(content_html) as content_html_length, module, date_added, date_sent, status from newsletters order by date_added desc limit -0, 0]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Message does not show on the other site so it isn't the sql version--what can I do to get rid of this message, and if we aren't using newsletters or product notification on that site anyway, does the error message matter?