error 017: undefined symbol "mysql_debug"
#1

Im using J_Register Mysql Account system with BlueG's R33, And I keep recieving these errors, I need this mysql system because my other dini admin system is failing. I really need help!

pawn Код:
error 017: undefined symbol "mysql_debug"
error 017: undefined symbol "mysql_ping"
If i have the wrong version please tell me which version of mysql to download.
Reply
#2

Update to R39-2 (latest version) and replace mysql_debug function with mysql_log.
pawn Код:
mysql_log(LOG_ERROR | LOG_WARNING);
and remove anything related to mysql_ping as there is "autoreconnect" parameter in mysql_connect and if it is set to true, it'll reconnect itself when loosing connection.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)