Bug in Freetag
Posted: Thu May 24, 2007 11:12 am
Hi!
I get a SQL error in freetag when previewing an article.
It comes from the query in line 1221 of plugins/serendipity_event_freetag/serendipity_event_freetag.php.
Empty scalar lists aren“t supported in PostgreSQL.
Version is 2.86.
Just out of curiousity, do articles get stored in the DB temporarily for the preview?
I get a SQL error in freetag when previewing an article.
Code: Select all
ERROR: syntax error at or near ")" at character 66
STATEMENT: SELECT entryid, tag from serendipity_entrytags WHERE entryid IN () order by entryid, tag
Empty scalar lists aren“t supported in PostgreSQL.
Version is 2.86.
Just out of curiousity, do articles get stored in the DB temporarily for the preview?