Bug in Freetag

Found a bug? Tell us!!
Post Reply
Evil Azrael
Regular
Posts: 22
Joined: Sat Mar 31, 2007 9:43 am
Location: Rheinkilometer 666
Contact:

Bug in Freetag

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Bug in Freetag

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply