mysql ORM. Sever didn't start. - 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 ORM. Sever didn't start. (
/showthread.php?tid=534064)
mysql ORM. Sever didn't start. -
WuPoR - 27.08.2014
hey guys. When I create registration system with mysql R39 plugin, server didn't start.
Serverlog:
Код HTML:
17:46:57] filterscripts = "" (string)
[17:46:57]
[17:46:57] Server Plugins
[17:46:57] --------------
[17:46:57] Loading plugin: mysql
[17:46:57] Failed.
[17:46:57] Loading plugin: nativechecker
[17:46:57] Loaded.
[17:46:57] Loaded 1 plugins.
[17:46:57]
[17:46:57] Filterscripts
[17:46:57] ---------------
[17:46:57] Loaded 0 filterscripts.
[17:46:57] Error: Function not registered: 'mysql_log'
[17:46:57] Error: Function not registered: 'mysql_connect'
[17:46:57] Error: Function not registered: 'orm_create'
[17:46:57] Error: Function not registered: 'orm_addvar_int'
[17:46:57] Error: Function not registered: 'orm_addvar_string'
[17:46:57] Error: Function not registered: 'orm_addvar_float'
[17:46:57] Error: Function not registered: 'orm_setkey'
[17:46:57] Error: Function not registered: 'orm_select'
[17:46:57] Error: Function not registered: 'orm_insert'
[17:46:57] Error: Function not registered: 'orm_errno'
[17:46:57] Error: Function not registered: 'orm_update'
[17:46:57] Script[gamemodes/wMod.amx]: Run time error 19: "File or function is not found"
[17:46:57] Number of vehicle models: 0
where's the problem? sorry for bad english
Re: mysql ORM. Sever didn't start. -
Rudy_ - 27.08.2014
[17:46:57] Script[gamemodes/wMod.amx]: Run time error 19: "File or function is not found"
[17:46:57] Number of vehicle models: 0
Compile your script 'wMod.amx' with the pawno of this gamemode, Like compile it with pawno in which gamemode folder is this gamemode.
Re: mysql ORM. Sever didn't start. -
WuPoR - 27.08.2014
I try this, but still doesn't work.