C-MySQL problem
#1

Код:
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(75) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(79) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(80) : error 017: undefined symbol "mysql_store_result"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(82) : error 017: undefined symbol "mysql_retrieve_row"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(83) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(88) : error 017: undefined symbol "mysql_free_result"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(98) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(98) : warning 213: tag mismatch
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(101) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(102) : error 017: undefined symbol "mysql_store_result"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(103) : error 017: undefined symbol "mysql_fetch_int"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(104) : error 017: undefined symbol "mysql_free_result"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(126) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(126) : warning 213: tag mismatch
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(121) : warning 203: symbol is never used: "extraID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(121) : warning 203: symbol is never used: "ThreadID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(157) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(157) : warning 213: tag mismatch
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(147) : warning 203: symbol is never used: "extraID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(147) : warning 203: symbol is never used: "ThreadID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(165) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(165) : warning 213: tag mismatch
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(159) : warning 203: symbol is never used: "extraID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(159) : warning 203: symbol is never used: "ThreadID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(173) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(173) : warning 213: tag mismatch
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(167) : warning 203: symbol is never used: "extraID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(167) : warning 203: symbol is never used: "ThreadID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(189) : error 035: argument type mismatch (argument 1)
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(189) : warning 213: tag mismatch
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(175) : warning 203: symbol is never used: "extraID"
C:\Users\user\Downloads\PRRP\pawno\include\C-MySQL.inc(175) : warning 203: symbol is never used: "ThreadID"
../gamemodes/OnGameMode.pwn(169) : error 035: argument type mismatch (argument 1)
../gamemodes/OnGameMode.pwn(316) : warning 206: redundant test: constant expression is non-zero
../gamemodes/OnGameMode.pwn(316) : warning 215: expression has no effect
../gamemodes/OnRequestClass.pwn(99) : error 035: argument type mismatch (argument 1)
../gamemodes/OnRequestClass.pwn(100) : error 017: undefined symbol "mysql_store_result"
../gamemodes/OnRequestClass.pwn(101) : error 017: undefined symbol "mysql_num_rows"
../gamemodes/OnRequestClass.pwn(118) : error 017: undefined symbol "mysql_free_result"
../gamemodes/OnCommand.pwn(91) : error 035: argument type mismatch (argument 1)
../gamemodes/OnCommand.pwn(92) : error 017: undefined symbol "mysql_store_result"
../gamemodes/OnCommand.pwn(94) : error 017: undefined symbol "mysql_num_rows"
../gamemodes/OnCommand.pwn(95) : error 017: undefined symbol "mysql_free_result"
../gamemodes/OnCommand.pwn(99) : error 017: undefined symbol "mysql_num_rows"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
What is the problem with this include file ?
Reply
#2

Do you have a plugin (the same version as the include) as well as have it defined in your server.cfg file?
Reply
#3

I'm pretty sure you have missing bracket somewhere around your script, you should look for that. Other than that check your mysql include thoroughly, it might have problems.
Reply
#4

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
I'm pretty sure you have missing bracket somewhere around your script, you should look for that. Other than that check your mysql include thoroughly, it might have problems.
These problems are not accompanied by a script issue, but a misconfiguration, at least from my experience. If you look over the errors they all involve the specific MySQL plugin, he defined the plugin at the top of the script as it is trying to launch the plugin scriptwise; however it looks like an invalid (or mixed) version of the plugin and the include or generally forgetting to put the plugin in the server configuration.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)