23.03.2014, 20:47
And the plugin + include versions are?
In the logs appeared that cache_get_row_count is not a registered function which is added in R33.
In the script you're trying to compile above, it gives about undefined symbol "mysql_store_result" which doesn't exist in R33 and higher versions.
Also keep in mind that you cannot use a filterscript (adminfsmysql that uses MySQL) and a gamemode with different versions. Actually you can do it by loading both the old and the new mysql plugin (different names) but it would be really bad. So use the same version for all the scripts that use MySQL and make sure that the scripts are updated for that version too otherwise it will give the 'Function not registered' messages.
In the logs appeared that cache_get_row_count is not a registered function which is added in R33.
In the script you're trying to compile above, it gives about undefined symbol "mysql_store_result" which doesn't exist in R33 and higher versions.
Also keep in mind that you cannot use a filterscript (adminfsmysql that uses MySQL) and a gamemode with different versions. Actually you can do it by loading both the old and the new mysql plugin (different names) but it would be really bad. So use the same version for all the scripts that use MySQL and make sure that the scripts are updated for that version too otherwise it will give the 'Function not registered' messages.