Jump to content

Recommended Posts

Posted

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.

  • Members
Posted

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

Posted

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.

Posted

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?

15gyxdl.jpg[/img]

307vo7t.jpg[/img]

Posted

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

Posted

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

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...