Cron job error
Newly reinstalled ASkbot install gives following error in cron job:
operator does not exist: boolean = integer
LINE 1: ...ype_id, object_id FROM activity WHERE is_auditted = 0 AND ac...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
operator does not exist: boolean = integer
LINE 1: ... q.vote_up_count >=3 AND act.is_auditted = 0
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Comments