Hi, I am running Plogger Version 3.2.LastChangedRevision Beta on MySQL 4.1.22-standard-log and when trying to view the gallery I get an error: 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 ') GROUP BY parent_id' at line 3 SELECT parent_id,COUNT(*) AS albumcount FROM `plogger_albums` WHERE `parent_id` IN (-1) AND `id` IN () GROUP BY parent_id
I have check Plogger before on my laptop running MySQL 5.0.51a and it worked ok. Is it not compatible with 4.* ? Can I fix it somehow to work with older MySQL?
I need to add the code to the SVN to fix this error. Basically, it will go away once you add one photo to your gallery (right now it's empty, correct?). Sorry about that.
You can still use it. Just upload a picture and the error will go away. I'm going to add the code to the SVN so the error never shows up. But it still works without it anyway as soon as you upload a picture.