We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Just after install and doing chmod -R 777 FrameTrail, i can create an account but i recieve the following error : An error occurred. Please try again.
chmod -R 777 FrameTrail
It seems the user is created, but then when i try to login i see this :
What can be the issue ? Thanks.
The text was updated successfully, but these errors were encountered:
Exactly the same issue here!
One solution that I found, is that you could modify the active users yourself.
Go to _data>users.json and change "active": 0, to "active": 1, for the desired user (also the admin).
_data>users.json
"active": 0,
"active": 1,
Sorry, something went wrong.
No branches or pull requests
Hi,
Just after install and doing
chmod -R 777 FrameTrail
, i can create an account but i recieve the following error :An error occurred. Please try again.
It seems the user is created, but then when i try to login i see this :
What can be the issue ?
Thanks.
The text was updated successfully, but these errors were encountered: