Jhosef Posted May 25, 2012 Posted May 25, 2012 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
IusReservoir Posted June 30, 2012 Posted June 30, 2012 (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 July 1, 2012 by IusReservoir
Asura Posted July 1, 2012 Posted July 1, 2012 Hi lusReservoir, You need to edit the 'register.php' file and rename `level` to `group_id`.
Mystery Posted July 1, 2012 Posted July 1, 2012 (edited) @Jhosef and lusReservoir, Since r15572, rAthena has had Groups. Edited July 1, 2012 by Mysterious
IusReservoir Posted July 1, 2012 Posted July 1, 2012 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")
Brynner Posted August 15, 2012 Posted August 15, 2012 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.
IusReservoir Posted August 25, 2012 Posted August 25, 2012 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
Question
Jhosef
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