#1

When, I login to my server using mysql script, it always re-starts...and also I found this:
Код:
[17:30:59] Jeremy: [13:26:37] Error: Function not registered: 'cache_get_field_content'
[13:26:37] Error: Function not registered: 'WP_Hash'
[13:26:37] Error: Function not registered: 'mysql_function_query'
[13:26:37] Error: Function not registered: 'mysql_debug'
[13:26:37] Error: Function not registered: 'mysql_connect'
[13:26:37] Error: Function not registered: 'mysql_ping'
[13:26:37] Error: Function not registered: 'mysql_close'
[13:26:37] Error: Function not registered: 'mysql_real_escape_string'
[13:26:37] Error: Function not registered: 'cache_get_row'
[13:26:37] Error: Function not registered: 'mysql_stat'
[13:26:37] Error: Function not registered: 'mysql_affected_rows'
Any idea on that?
Reply
#2

make sure you have the mysql & whirlpool plugin

PS: also include nativechecker plugin in the end of the line
Reply
#3

But when you register, it must show you a Dialog of male or female, But it doesn't , server just crash
Reply
#4

Not working, still.
Reply
#5

i updated the mysql and whirlpool and no errors
but server still crash when someone login
Reply
#6

So heLP?>
Reply
#7

When someone logins only? Post your login codes then.
Reply
#8

Both, Register and Login

pawn Код:
if(!isnull(inputtext) && strlen(inputtext) < 64)
            {
                SetPVarString(playerid, "PassAuth", inputtext);
                g_mysql_CreateAccount(playerid, inputtext);
                ShowMainMenuDialog(playerid, 1);
                SendClientMessage(playerid, COLOR_WHITE, "* Account Registered, You can login now!");
            }
        }
pawn Код:
if(!isnull(inputtext) && strlen(inputtext) < 64)
            {
                SetPVarString(playerid, "PassAuth", inputtext);
                g_mysql_AccountLoginCheck(playerid);
            }
            else
            {
                ShowMainMenuDialog(playerid, 1);
            }
        }
Reply
#9

help? Why when i add a help, you all don't answer
Reply
#10

Код:
Error: Function not registered: 'cache_get_field_content'
[13:26:37] Error: Function not registered: 'WP_Hash'
[13:26:37] Error: Function not registered: 'mysql_function_query'
[13:26:37] Error: Function not registered: 'mysql_debug'
[13:26:37] Error: Function not registered: 'mysql_connect'
[13:26:37] Error: Function not registered: 'mysql_ping'
[13:26:37] Error: Function not registered: 'mysql_close'
[13:26:37] Error: Function not registered: 'mysql_real_escape_string'
[13:26:37] Error: Function not registered: 'cache_get_row'
[13:26:37] Error: Function not registered: 'mysql_stat'
[13:26:37] Error: Function not registered: 'mysql_affected_rows'
No matter what, this mean you're missing the Plugins. Make sure you have the latest MySQL plugin and you're also missing the Whirlpool plugin. Give us a server_log..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)