Database error: Invalid SQL: SELECT * FROM banners
WHERE active=1
and
format = "7"
and
( start_date is null or start_date = 0 or start_date > UNIX_TIMESTAMP(NOW()) )
and
( end_date is null or end_date = 0 or end_date < UNIX_TIMESTAMP(NOW()) )
and (
pages is null OR pages = "" OR find_in_set(0,pages)
OR find_in_set(1236,pages)
)
and (
u_group is null OR
u_group = ""
)
find_in_set(7, place) > 0
ORDER BY find_in_set(7, place) DESC, (priority+0.0001) * RAND()
LIMIT 1
MySQL Error: 1064 (You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'find_in_set(7, place) > 0
ORDER BY find_in_set(7, place) DESC)
Session halted.