STARs Posted January 20, 2012 Report Share Posted January 20, 2012 I need help with Pilot Id's in PHPVMS. I want the pilot ids to be in the following format 10000 10001 10002 ..........And soo on... I have tried by changing the pilot id's manualy and keeping the Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID "4" but than the new member gets 1002 instead of 10002 when i do it to Config::Set('PILOTID_LENGTH', 5); # Length of the Pilot ID "5" it gives 01002 instead of 10002 So can you guys help me please ? Thank You Would be waiting for your replies. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted January 20, 2012 Moderators Report Share Posted January 20, 2012 I need help with Pilot Id's in PHPVMS. I want the pilot ids to be in the following format 10000 10001 10002 ..........And soo on... I have tried by changing the pilot id's manualy and keeping the Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID "4" but than the new member gets 1002 instead of 10002 when i do it to Config::Set('PILOTID_LENGTH', 5); # Length of the Pilot ID "5" it gives 01002 instead of 10002 So can you guys help me please ? Thank You Would be waiting for your replies. Are you doing that from the admin center or from the DB ? Quote Link to comment Share on other sites More sharing options...
STARs Posted January 20, 2012 Author Report Share Posted January 20, 2012 Are you doing that from the admin center or from the DB ? What i do is go to the Local.config and change the pilot id lengh than change the id from the admin panel but it doesnt work... Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted January 20, 2012 Moderators Report Share Posted January 20, 2012 What i do is go to the Local.config and change the pilot id lengh than change the id from the admin panel but it doesnt work... Are you entering 10000 in both fields or just the one on top? Quote Link to comment Share on other sites More sharing options...
STARs Posted January 20, 2012 Author Report Share Posted January 20, 2012 Are you entering 10000 in both fields or just the one on top? top one. Quote Link to comment Share on other sites More sharing options...
STARs Posted January 21, 2012 Author Report Share Posted January 21, 2012 Problem Solved... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.