You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
Just documenting my find, and I already have a resolution for it. However, I found the bug while fixing another issue. I realized that as full administrator I didn't have enough privileges to edit the fleet, after digging around it was due to the installation script giving the administrator group the wrong value of permissions.
As I stated before, I have already resolved the issue, but since I am still resolving the other issue I don't feel comfortable submitting the pull request just yet.
If I happen to die in the next couple of hours:
on ./install/fixtures/install.sql edit line 11, it's new content should be the following:
INSERT INTO phpvms_groups (name, permissions, core) VALUES ('Administrators', '2147483647', 1);
The text was updated successfully, but these errors were encountered:
Just documenting my find, and I already have a resolution for it. However, I found the bug while fixing another issue. I realized that as full administrator I didn't have enough privileges to edit the fleet, after digging around it was due to the installation script giving the administrator group the wrong value of permissions.
As I stated before, I have already resolved the issue, but since I am still resolving the other issue I don't feel comfortable submitting the pull request just yet.
If I happen to die in the next couple of hours:
on ./install/fixtures/install.sql edit line 11, it's new content should be the following:
INSERT INTO
phpvms_groups
(name
,permissions
,core
) VALUES ('Administrators', '2147483647', 1);The text was updated successfully, but these errors were encountered: