Open catmando opened 13 years ago
public is declared type boolean in the database table.
somewhere there is some sql with (public = 1) in the sql, and you get an error that = is not defined for boolean and integer.
changed public to integer and all is well
public is declared type boolean in the database table.
somewhere there is some sql with (public = 1) in the sql, and you get an error that = is not defined for boolean and integer.
changed public to integer and all is well