Jump to content

Question

Posted

when i finish register in SGCP

the server control panel said

MySQL query['register.php'] :

INSERT INTO root.login (userid,user_pass,sex,email,level) VALUES ("12345","123456","M","[email protected]",0)

SOLVED .. i already Fix the Error

7 answers to this question

Recommended Posts

Posted (edited)

when i finish register in SGCP

the server control panel said

MySQL query['register.php'] :

INSERT INTO root.login (userid,user_pass,sex,email,level) VALUES ("12345","123456","M","[email protected]",0)

SOLVED .. i already Fix the Error

sir i just try to use this cp, and i got same error with this one..

can you explain

How fix this error?

Edited by IusReservoir
Posted

Hi lusReservoir,

You need to edit the 'register.php' file and rename `level` to `group_id`.

Sir thank for your advice,

i already change all of level words in register cp and i got this error

MySQL query['register.php'] :

INSERT INTO veronicacp.register_log (Date,account_id,userid,group_id,ip) VALUES (NOW(),"2000001","gmevent1","0","118.96.114.243")

Posted

Hi lusReservoir,

You need to edit the 'register.php' file and rename `level` to `group_id`.

Sir thank for your advice,

i already change all of level words in register cp and i got this error

MySQL query['register.php'] :

INSERT INTO veronicacp.register_log (Date,account_id,userid,group_id,ip) VALUES (NOW(),"2000001","gmevent1","0","118.96.114.243")

since you edit all the level into group_id. you also need to edit the register_log. find the level and change it into group_id.

Posted

Hi lusReservoir,

You need to edit the 'register.php' file and rename `level` to `group_id`.

Sir thank for your advice,

i already change all of level words in register cp and i got this error

MySQL query['register.php'] :

INSERT INTO veronicacp.register_log (Date,account_id,userid,group_id,ip) VALUES (NOW(),"2000001","gmevent1","0","118.96.114.243")

since you edit all the level into group_id. you also need to edit the register_log. find the level and change it into group_id.

Problem Solved, Tx brynner

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...