Forums / National / Russian / Версия Котонти 06, неудобства и бажки.

pieter
#14087 2009-07-13 00:41
See http://www.cotonti.com/forums.php?m=posts&q=2914

# pieter : I got an error, after going to from beta1 to beta 2.
I didn't noticed it before. Maybe it was there already.



Warning: Missing argument 2 for sed_sql_result(), called in /system/core/polls/polls.inc.php on line 99 and defined in /system/database.mysql.php on line 240

Warning: Missing argument 3 for sed_sql_result(), called in /system/core/polls/polls.inc.php on line 99 and defined in /system/database.mysql.php on line 240

Solution:
# Trustmaster : Right, it's a bug. In order to fix it, open that file at line 99 and replace it with
if ((int) sed_sql_result(sed_sql_query("SELECT COUNT(*) FROM $db_polls WHERE poll_id=$id"), 0, 0) != 1)
The fix will be included in next beta.
... can we help you ...