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
Hello, i tried to install on php 8.1, but not able to proceed
for file permissions, I used
chmod 755 $(find cockpit -type d) chmod 644 $(find cockpit -type f)
which is fair enough i guess.
Screenshot attached
The text was updated successfully, but these errors were encountered:
Actually I am running it on PHP 8 and it works fine. I don't think that the deprecated warnings are a problem. They just indicate that a function might be removed in the future but the function should still work currently. You could suppress the warnings like described here: https://manuals.gfi.com/en/helpdesk/admin/content/advance-configuration/41.handling-php-deprecated-function-errors-while-on-kayako.htm.
The only problem I had was with the 2FA addon (see here: agentejo/2FA#3). Are you running this or other addons too?
But I think somewhere you should find a "real" error or fatal that indicates the actual reason why your installation doesn't work.
Sorry, something went wrong.
No branches or pull requests
Hello, i tried to install on php 8.1, but not able to proceed
for file permissions, I used
chmod 755 $(find cockpit -type d)
chmod 644 $(find cockpit -type f)
which is fair enough i guess.
Screenshot attached
The text was updated successfully, but these errors were encountered: