22.12.2013, 18:41
a_mysql.inc is for R6 and you've compiled it fine. It uses mysql_query and mysql_fetch_int.
mysql.dll or mysql.so (depending on the operating system) is not for R6, but higher which mysql_query has been removed. So load the plugin with the correct version (as the include).
Or (recommended) use R7/R34 with threaded queries.
mysql.dll or mysql.so (depending on the operating system) is not for R6, but higher which mysql_query has been removed. So load the plugin with the correct version (as the include).
Or (recommended) use R7/R34 with threaded queries.