SourceForge.net
2010-08-29 15:21:39 UTC
Bugs item #3055500, was opened at 2010-08-29 17:21
Message generated for change (Tracker Item Submitted) made by leyrer
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3055500&group_id=75065
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Leyrer (leyrer)
Assigned to: Nobody/Anonymous (nobody)
Summary: serendipity_event_suggest - insert into eintries won't work
Initial Comment:
"Moving" a suggested story into the entries table after e-mail validation fails in a postgresql database with the message
ERROR: invalid input syntax for type boolean: ""
This is due to the value of 'moderate_comments' in the INSERT statement. To fix this problem, line #248 in file "serendipity_event_suggest.php" has to be changed from
'moderate_comments' => false,
to
'moderate_comments' => '0',
-- at least for postgresql databases.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3055500&group_id=75065
Message generated for change (Tracker Item Submitted) made by leyrer
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3055500&group_id=75065
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Plugins
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Leyrer (leyrer)
Assigned to: Nobody/Anonymous (nobody)
Summary: serendipity_event_suggest - insert into eintries won't work
Initial Comment:
"Moving" a suggested story into the entries table after e-mail validation fails in a postgresql database with the message
ERROR: invalid input syntax for type boolean: ""
This is due to the value of 'moderate_comments' in the INSERT statement. To fix this problem, line #248 in file "serendipity_event_suggest.php" has to be changed from
'moderate_comments' => false,
to
'moderate_comments' => '0',
-- at least for postgresql databases.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542822&aid=3055500&group_id=75065