Page 1 of 1

Bug in Freetag

Posted: Thu May 24, 2007 11:12 am
by Evil Azrael
Hi!

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
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?

Re: Bug in Freetag

Posted: Thu May 24, 2007 1:53 pm
by garvinhicking
Hi!

Thanks, fixed that pgsql error message in 2.87.
Just out of curiousity, do articles get stored in the DB temporarily for the preview?
When previewing, no tags are displayed because they are not stored in the database, that's right.

Regards,
Garvin