SA-MP Forums Archive
mysql errors [+rep] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql errors [+rep] (/showthread.php?tid=524232)



mysql errors [+rep] - kosa451 - 05.07.2014

Code:
(4743) : error 017: undefined symbol "mysql_insert_id"
(5025) : error 017: undefined symbol "mysql_affected_rows"
(5058) : error 017: undefined symbol "mysql_affected_rows"
(5074) : error 017: undefined symbol "mysql_affected_rows"
(5202) : error 017: undefined symbol "mysql_affected_rows"
(5298) : error 017: undefined symbol "mysql_affected_rows"
(5315) : error 017: undefined symbol "mysql_affected_rows"
(5905) : error 017: undefined symbol "mysql_affected_rows"
(5987) : error 017: undefined symbol "mysql_affected_rows"
(6043) : error 017: undefined symbol "mysql_affected_rows"
(6067) : error 017: undefined symbol "mysql_affected_rows"
(6164) : error 017: undefined symbol "mysql_affected_rows"
(6265) : error 017: undefined symbol "mysql_affected_rows"
(6634) : error 017: undefined symbol "mysql_affected_rows"
(6678) : error 017: undefined symbol "mysql_affected_rows"
(7108) : error 017: undefined symbol "mysql_insert_id"
(7174) : error 017: undefined symbol "mysql_free_result"
(7201) : error 017: undefined symbol "mysql_insert_id"
(7355) : error 017: undefined symbol "mysql_affected_rows"
(7496) : error 017: undefined symbol "mysql_affected_rows"
(7834) : error 017: undefined symbol "mysql_affected_rows"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


22 Errors.
i've heard that u have to replace them with something?


Re: mysql errors [+rep] - kamiliuxliuxliux - 05.07.2014

Maybe you're using R35 or above version of MySQL and these functions are not defined in your version.


Re: mysql errors [+rep] - kosa451 - 05.07.2014

I have tried all versions and i'm still getting errors... and undefined symbols


Re: mysql errors [+rep] - Konstantinos - 05.07.2014

The script uses R6 (by BlueG).

In case you want to use the latest version (which is recommended though), you'll need to update the whole script.


Re: mysql errors [+rep] - kosa451 - 05.07.2014

Quote:
Originally Posted by Konstantinos
View Post
The script uses R6 (by BlueG).

In case you want to use the latest version (which is recommended though), you'll need to update the whole script.
what do you mean with "You'll need to update the whole script."?