SA-MP Forums Archive
Registration problem - 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: Registration problem (/showthread.php?tid=609774)



Registration problem - JasonMorelli - 16.06.2016

Hello everybody,

I just installed a Romani gm on my server,and i fixed a lot of plugins errors but this one I don't know how, if someone could help me , I normally connects but after a few seconds nothing happens

Problem :

http://img15.hostingpics.net/pics/127874bug.png

Script :

http://img15.hostingpics.net/pics/719549code.png


Re: Registration problem - Fairuz - 16.06.2016

Your gamemode is not connected to MySQL.


Re: Registration problem - JasonMorelli - 16.06.2016

Quote:
Originally Posted by Bradley7
View Post
Your gamemode is not connected to MySQL.
but in the server log its show that connection is good
Quote:

[16:10:19] --- Server Shutting Down.

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[16:10:27] filterscripts = "" (string)
[16:10:27]
[16:10:27] Server Plugins
[16:10:27] --------------
[16:10:27] Loading plugin: crashdetect.so
[16:10:27] CrashDetect v4.15.1 is OK.
[16:10:27] Loaded.
[16:10:27] Loading plugin: mysql.so
[16:10:27]

> MySQL plugin R5 successfully loaded.

[16:10:27] Loaded.
[16:10:27] Loading plugin: mysql_static.so
[16:10:27] >> plugin.mysql: R34 successfully loaded.
[16:10:27] Loaded.
[16:10:27] Loading plugin: mysql_5.5.so
[16:10:27] >> plugin.mysql: R34 successfully loaded.
[16:10:27] Loaded.
[16:10:27] Loading plugin: sscanf.so
[16:10:27]

[16:10:27] ===============================

[16:10:27] sscanf plugin loaded.

[16:10:27] © 2009 Alex "Y_Less" Cole

[16:10:27] 0.3d-R2 500 Players "dnee"

[16:10:27] ===============================

[16:10:27] Loaded.
[16:10:27] Loading plugin: streamer.so
[16:10:27] Loaded.
[16:10:27] Loading plugin: Whirlpool.so
[16:10:27]
[16:10:27] ==================
[16:10:27]
[16:10:27] Whirlpool loaded
[16:10:27]
[16:10:27] ==================
[16:10:27]
[16:10:27] Loaded.
[16:10:27] Loading plugin: nativechecker.so
[16:10:27] Loaded.
[16:10:27] Loaded 8 plugins.

[16:10:27]
[16:10:27] Ban list
[16:10:27] --------
[16:10:27] Loaded: samp.ban
[16:10:27]
[16:10:27]
[16:10:27] Filterscripts
[16:10:27] ---------------
[16:10:27] Loaded 0 filterscripts.

[16:10:27]
[16:10:27]
[16:10:27]
[16:10:27] =======================================
[16:10:27] | |
[16:10:27] | YSI version 3.09.0684 |
[16:10:27] | By Alex "Y_Less" Cole |
[16:10:27] | |
[16:10:27] =======================================
[16:10:27]
[16:10:27] [SQL] Connecting to database "localhost" was successful!
[16:10:27] DREAM LIFE ROLEPLAY
[16:10:27] Number of vehicle models: 11




Re: Registration problem - Fairuz - 16.06.2016

Check that if the table is exist,and show me the mysql_log


Re: Registration problem - JasonMorelli - 16.06.2016

Quote:
Originally Posted by Bradley7
View Post
Check that if the table is exist,and show me the mysql_log
the table exist , and mysql_log :
Quote:

[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:07] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:42] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)
[16:18:47] [ERROR] "mysql_tquery" - invalid connection handle (ID = 1)




Re: Registration problem - Vince - 16.06.2016

Really, why are you loading three MySQL plugins at the same time?


Re: Registration problem - Fairuz - 16.06.2016

Quote:
Originally Posted by Vince
View Post
Really, why are you loading three MySQL plugins at the same time?
LMAO,yep I just noticed that xD.

Code:
[16:10:27] Loading plugin: mysql.so
[16:10:27] 

> MySQL plugin R5 successfully loaded.

[16:10:27] Loaded.
[16:10:27] Loading plugin: mysql_static.so
[16:10:27] >> plugin.mysql: R34 successfully loaded.
[16:10:27] Loaded.
[16:10:27] Loading plugin: mysql_5.5.so
[16:10:27] >> plugin.mysql: R34 successfully loaded.
[16:10:27] Loaded.