What's this set to?
Admin->Configuration->Maximum Values->Products Listing- Number Per Page
What's this set to?
Admin->Configuration->Maximum Values->Products Listing- Number Per Page
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
It's set to 10 currently.
</Seth>
Could it have anything to do with the Columnar Display that I installed? (there was a sql patch as well as a few other files)
It was working fine with it, but I believe it was after the change in the admin section that it messed up. I was trying to remember if I had changed any core files - but I don't remember messing with any of those. I even have done a fresh install so I wouldn't have changed any of the core installs - just the template files - and it still isn't working properly...so maybe it was a template file I messed up as well... I might be rambling a bit - but trying to go through everything in my head that I did to replicate the error...
Ahh!
</Seth>
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Well, other than looking awful - it makes it so it displays those products vertically. Which may be because of the size of the thumbnail image I have set up to display.
Does that add on have problems running with other templates?
</Seth>
Sorry for not mentioning it, by the way, just seemed like it was irrelevant after looking around at other SQL errors and reading what their problems had been.
</Seth>
So, switching templates gets rid of the error.
That means something in one or more of your override files is causing the problem.
What files do you have in your /includes/modules/YOUR_CUSTOM_TEMPLATE/ folder?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hello, DrByte
Help, I do not know what I do!
Where does this look?
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 ')' at line 13
in:
[select distinct p.products_id, p.products_image, p.products_tax_class_id, pd.products_name, p.products_date_added, p.products_price, p.products_type, p.master_categories_id from zen_products p, zen_products_description pd where p.products_id = pd.products_id and pd.language_id = '2' and p.products_status = 1 and p.products_id in ()]
Tanks