24.11.2014, 15:56
I've copied a_mysql version R39-2 into the include folder (pawno/include), and my script compiles, however when I try to run the server it gives me "Run time error 19: File or function is not found".
According to my nativechecker this is what I'm missing:
Error: Function not registered: 'mysql_connect'
Error: Function not registered: 'mysql_query'
Error: Function not registered: 'cache_get_row_count'
Error: Function not registered: 'cache_delete'
Error: Function not registered: 'cache_get_field_content_int'
So, these are all BlueG MySQL related. Anyone know what the issue might be?
According to my nativechecker this is what I'm missing:
Error: Function not registered: 'mysql_connect'
Error: Function not registered: 'mysql_query'
Error: Function not registered: 'cache_get_row_count'
Error: Function not registered: 'cache_delete'
Error: Function not registered: 'cache_get_field_content_int'
So, these are all BlueG MySQL related. Anyone know what the issue might be?