SA-MP Forums Archive
[Ajuda] Error MYSQL Debug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Error MYSQL Debug (/showthread.php?tid=534477)



Error MYSQL Debug - willttoonn - 29.08.2014

Alguйm sabe me dizer o que estб ocasionando esse error?
Код:
[20:55:49] [debug] Run time error 19: "File or function is not found"
[20:55:49] [debug]  mysql_connect
[20:55:49] [debug]  mysql_tquery
[20:55:49] [debug]  mysql_close
[20:55:49] [debug]  mysql_escape_string
[20:55:49] [debug]  cache_get_data
[20:55:49] [debug]  cache_get_row
[20:55:49] [debug]  cache_insert_id
[20:55:49] [debug]  cache_get_row_int
[20:55:49] [debug]  cache_get_row_float
[20:55:49] [debug] Run time error 19: "File or function is not found"
[20:55:49] [debug]  mysql_connect
[20:55:49] [debug]  mysql_tquery
[20:55:49] [debug]  mysql_close
[20:55:49] [debug]  mysql_escape_string
[20:55:49] [debug]  cache_get_data
[20:55:49] [debug]  cache_get_row
[20:55:49] [debug]  cache_insert_id
[20:55:49] [debug]  cache_get_row_int
[20:55:49] [debug]  cache_get_row_float
[20:55:49] Script[gamemodes/willttoonn.amx]: Run time error 19: "File or function is not found"
[20:55:49] Number of vehicle models: 0



Re: Error MYSQL Debug - Noliax8 - 30.08.2014

Your plugin isn't loaded.

What's the version?



O plug-in nгo estб carregado.

Qual й a versгo mais recente?


Re: Error MYSQL Debug - Schocc - 30.08.2014

Baixa o plug-in e include da mesma versгo e coloque em seus devidos diretуrios, depois vocк precisa recompilar os scripts que utilizam mysql ou streamer se for o caso.


Posta o log completo.


Re: Error MYSQL Debug - willttoonn - 30.08.2014

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R3, ©2005-2014 SA-MP Team

[21:42:39] 
[21:42:39] Server Plugins
[21:42:39] --------------
[21:42:39]  Loading plugin: sscanf
[21:42:39] 

[21:42:39]  ===============================

[21:42:39]       sscanf plugin loaded.     

[21:42:39]    © 2009 Alex "******" Cole

[21:42:39]    0.3d-R2 500 Players "dnee"

[21:42:39]  ===============================

[21:42:39]   Loaded.
[21:42:39]  Loading plugin: streamer
[21:42:39] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[21:42:39]   Loaded.
[21:42:39]  Loading plugin: mysql
[21:42:39] 

  > MySQL plugin R7 successfully loaded.

[21:42:39]   Loaded.
[21:42:39]  Loading plugin: audio
[21:42:39] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[21:42:39]   Loaded.
[21:42:39]  Loading plugin: crashdetect
[21:42:39]   CrashDetect v4.13.1 is OK.
[21:42:39]   Loaded.
[21:42:39]  Loaded 5 plugins.

[21:42:39] 
[21:42:39] Ban list
[21:42:39] --------
[21:42:39]  Loaded: samp.ban
[21:42:39] 
[21:42:39] 
[21:42:39] Filterscripts
[21:42:39] ---------------
[21:42:39]   Loaded 0 filterscripts.

[21:42:39] [debug] Run time error 19: "File or function is not found"
[21:42:39] [debug]  mysql_tquery
[21:42:39] [debug]  mysql_escape_string
[21:42:39] [debug]  cache_insert_id
[21:42:39] [debug]  cache_get_row_int
[21:42:39] [debug]  cache_get_row_float
[21:42:39] [debug] Run time error 19: "File or function is not found"
[21:42:39] [debug]  mysql_tquery
[21:42:39] [debug]  mysql_escape_string
[21:42:39] [debug]  cache_insert_id
[21:42:39] [debug]  cache_get_row_int
[21:42:39] [debug]  cache_get_row_float
[21:42:39] Script[gamemodes/willttoonn.amx]: Run time error 19: "File or function is not found"
[21:42:39] Number of vehicle models: 0



Re: Error MYSQL Debug - Noliax8 - 30.08.2014

Quote:

[21:42:39] [debug] mysql_tquery
[21:42:39] [debug] mysql_escape_string
[21:42:39] [debug] cache_insert_id
[21:42:39] [debug] cache_get_row_int
[21:42:39] [debug] cache_get_row_float
[21:42:39] [debug] Run time error 19: "File or function is not found"
[21:42:39] [debug] mysql_tquery
[21:42:39] [debug] mysql_escape_string
[21:42:39] [debug] cache_insert_id
[21:42:39] [debug] cache_get_row_int
[21:42:39] [debug] cache_get_row_float

This function is not in MySQL R7.

But you use R7 version. Install R39-2:

https://github.com/pBlueG/SA-MP-MySQL/releases


Re: Error MYSQL Debug - willttoonn - 30.08.2014

Quote:
Originally Posted by Noliax8
Посмотреть сообщение
This function is not in MySQL R7.

But you use R7 version. Install R39-2:

https://github.com/pBlueG/SA-MP-MySQL/releases
Код:
[21:49:59]  Loading plugin: mysql
[21:49:59]   Failed.



Re: Error MYSQL Debug - Schocc - 30.08.2014

Use um plug-in com versгo superior a r33, se quer usar a ultima versгo use a versгo r39
https://github.com/pBlueG/SA-MP-MySQL/releases


Re: Error MYSQL Debug - Noliax8 - 30.08.2014

Tentativas:

https://github.com/pBlueG/SA-MP-MySQL#faq
" The plugin just fails to load on Windows, how can I fix this? "

Vocк fez bem mysql lib.dll ?


Re: Error MYSQL Debug - willttoonn - 30.08.2014

Quote:
Originally Posted by Noliax8
Посмотреть сообщение
Tentativas:

https://github.com/pBlueG/SA-MP-MySQL#faq
" The plugin just fails to load on Windows, how can I fix this? "

Vocк fez bem mysql lib.dll ?
I installed, what do I do now?

Eu instalei, o que faзo agora?


Re: Error MYSQL Debug - willttoonn - 30.08.2014

Alguйm sabe como resolver? .-.