When I go to "Browsing and Appearance" and set my thumbnails/page to
6, I get this error:
Quote by minitokyo
Warning: Division by zero in /opt/htdocs/minitokyo/inc/mod_mysql.inc.php on line
143
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 11
at
SELECT gallery_items.id, gallery_items.name, users.name AS uname, animes.name AS
aname, gallery_items.name AS cname FROM gallery_items LEFT JOIN animes ON
gallery_items.aid = animes.id LEFT JOIN gallery_cats ON gallery_items.cid =
gallery_cats.id LEFT JOIN users ON gallery_items.uid = users.id WHERE cid = 1
ORDER BY gallery_items.favorites DESC LIMIT 0,
Please advise. Any uncaught php/mysql error exposing directly to the browser is
generally A Bad Thing(tm). I run many LAMP sites myself so please let me know
if you need any help or more info.
When I go to "Browsing and Appearance" and set my thumbnails/page to 6, I get this error:
Please advise. Any uncaught php/mysql error exposing directly to the browser is generally A Bad Thing(tm). I run many LAMP sites myself so please let me know if you need any help or more info.
chip