Skip to content
New issue

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

Compatibility with php 8 #1479

Open
jbeuria opened this issue Dec 28, 2021 · 1 comment
Open

Compatibility with php 8 #1479

jbeuria opened this issue Dec 28, 2021 · 1 comment

Comments

@jbeuria
Copy link

jbeuria commented Dec 28, 2021

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

image

@patrickuhlmann
Copy link
Contributor

patrickuhlmann commented Apr 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants