I've written to the Tech Support link a couple times in the last two weeks, with
no answer, so I'll see if anyone else is seeing this.
When I'm logged in as myself, if I try to browse a gallery, I get this (with a
change in the UID corresponding to the uid of the person I'm trying to
browse):
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 uid =
18088 ORDER BY gallery_items.dos DESC LIMIT 0,
If I'm not logged in, but browsing anonymous, I don't see this.
Is it just me, or has anyone else seen this? I haven't gotten any notices that
my browsing has been disabled, so I just thought it was a technical glitch.
Weird that the anonymous user can browse.
I've written to the Tech Support link a couple times in the last two weeks, with no answer, so I'll see if anyone else is seeing this.
When I'm logged in as myself, if I try to browse a gallery, I get this (with a change in the UID corresponding to the uid of the person I'm trying to browse):
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 uid = 18088 ORDER BY gallery_items.dos DESC LIMIT 0,
If I'm not logged in, but browsing anonymous, I don't see this.
Is it just me, or has anyone else seen this? I haven't gotten any notices that my browsing has been disabled, so I just thought it was a technical glitch. Weird that the anonymous user can browse.
i didn't seen that before but though, it's a big problem
u try to post this on help page yet?
I didn't post it in the help forum, but did send a couple mails via the Technical help link in support (which would be a private message, I guess).
I figured that if it was just something with me, perhaps they couldn't reproduce it or something.