19.03.2013, 14:13
By the way, you have caching enabled when you aren't even using it.
Change "true" to "false" on the mysql_function_query() line. And as the others have said, you're likely to crash your server when having an empty callback specified.
Change "true" to "false" on the mysql_function_query() line. And as the others have said, you're likely to crash your server when having an empty callback specified.