Jhosef Posted May 25, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share 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 Link to comment Share on other sites More sharing options...
IusReservoir Posted June 30, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 1 Joined: 01/22/12 Last Seen: October 31, 2020 Share 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 Link to comment Share on other sites More sharing options...
Asura Posted July 1, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted July 1, 2012 Hi lusReservoir, You need to edit the 'register.php' file and rename `level` to `group_id`. Link to comment Share on other sites More sharing options...
Mystery Posted July 1, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 1, 2012 (edited) @Jhosef and lusReservoir, Since r15572, rAthena has had Groups. Edited July 1, 2012 by Mysterious Link to comment Share on other sites More sharing options...
IusReservoir Posted July 1, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 1 Joined: 01/22/12 Last Seen: October 31, 2020 Share 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") Link to comment Share on other sites More sharing options...
Jhosef Posted July 1, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Author Share Posted July 1, 2012 i already fix that Link to comment Share on other sites More sharing options...
Brynner Posted August 15, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 12 hours ago Share 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. Link to comment Share on other sites More sharing options...
IusReservoir Posted August 25, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 1 Joined: 01/22/12 Last Seen: October 31, 2020 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
7 answers to this question
Recommended Posts