RodrigoMoreira9 Posted March 22, 2015 Report Share Posted March 22, 2015 Hello, after installing phpvms, the log not found the Administration tab, enter as www.xxxx.com/admin but the error An Error Was Encountered Unauthorized access what do I resolve this error? [/img] Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted March 22, 2015 Moderators Report Share Posted March 22, 2015 You have to login first to your user part of your phpvms system... Quote Link to comment Share on other sites More sharing options...
RodrigoMoreira9 Posted March 22, 2015 Author Report Share Posted March 22, 2015 I've done the login, but does not appear to admin tab, and I can not via www.meusite.com/admin Quote Link to comment Share on other sites More sharing options...
RodrigoMoreira9 Posted March 23, 2015 Author Report Share Posted March 23, 2015 You have to login first to your user part of your phpvms system... I'm already logged in, am the only driver, that is, I who created the site then it should be as an administrator, but I can not enter the admin Quote Link to comment Share on other sites More sharing options...
t_bergman Posted March 24, 2015 Report Share Posted March 24, 2015 I'm already logged in, am the only driver, that is, I who created the site then it should be as an administrator, but I can not enter the admin You can reinstall, or manually edit the database so that you have admin rights. Quote Link to comment Share on other sites More sharing options...
RodrigoMoreira9 Posted March 24, 2015 Author Report Share Posted March 24, 2015 You can reinstall, or manually edit the database so that you have admin rights. t_bergman Have reinstalled several times, but still the same error. I'm new at it can tell me what to change in the database to correct the error? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted March 24, 2015 Members Report Share Posted March 24, 2015 if it is a new isntallation drop te database and reinstall everything else you need to make sure that your id is an admin via the mysql db You should have a similar table in phpvms_groupmembers id groupid pilotid 1 2 1 2 1 1 Quote Link to comment Share on other sites More sharing options...
t_bergman Posted March 25, 2015 Report Share Posted March 25, 2015 t_bergman Have reinstalled several times, but still the same error. I'm new at it can tell me what to change in the database to correct the error? In the phpvms_groupmembers table, make sure your pilot id (1) is a member of the group id (1). Use phpMyAdmin to do this, if you're on a host with cpanel this will be under the database tab. Quote Link to comment Share on other sites More sharing options...
RodrigoMoreira9 Posted March 25, 2015 Author Report Share Posted March 25, 2015 In the phpvms_groupmembers table, make sure your pilot id (1) is a member of the group id (1). Use phpMyAdmin to do this, if you're on a host with cpanel this will be under the database tab. Hello, can you tell me where to change the data, so I can get this error when entering the admin?[/img] [/img] Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted March 25, 2015 Members Report Share Posted March 25, 2015 run this query INSERT INTO `phpvms_groupmembers` (`id`, `groupid`, `pilotid`) VALUES (1, 2, 1), (2, 1, 1),; and see if it works Quote Link to comment Share on other sites More sharing options...
RodrigoMoreira9 Posted March 26, 2015 Author Report Share Posted March 26, 2015 run this query INSERT INTO `phpvms_groupmembers` (`id`, `groupid`, `pilotid`) VALUES (1, 2, 1), (2, 1, 1),; and see if it works In the Database in group members click on edit put the information you gave me, but the error appears # 1064 - You have an error in your SQL syntax; check the manual que Corresponds to your MySQL server version for the right syntax to use near '1 2 1 2 1 1 LIMIT 0, 30' at line 2 Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted March 26, 2015 Members Report Share Posted March 26, 2015 Try This INSERT INTO `phpvms_groupmembers` (`id`, `groupid`, `pilotid`) VALUES (1, 2, 1), (2, 1, 1); Quote Link to comment Share on other sites More sharing options...
tkfeeny Posted March 30, 2015 Report Share Posted March 30, 2015 try this SQL comm INSERT INTO `phpvms_groupmembers` (`id`, `groupid`, `pilotid`) VALUES (1, 2, 1), (2, 1, 1); he mean : this command add the access authorization to any member. if u change pilot id,, plz correct the code >> (1, 2, 1), (2, 1, 1); in red your id .. & please make sure that he doesn't have any data in the table 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.