Jump to content

I can not access the Admin


RodrigoMoreira9

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...