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

Warnings in Configuration Tab PHP 8.3.10 #91

Open
TheLuke99 opened this issue Aug 30, 2024 · 2 comments
Open

Warnings in Configuration Tab PHP 8.3.10 #91

TheLuke99 opened this issue Aug 30, 2024 · 2 comments

Comments

@TheLuke99
Copy link

Piwigo: 14.5.0
PHP: 8.3.10
community_14b

When wanting to configure and use this plugin, the following PHP Warnings appear:

PHP Warning: Undefined array key "who_options_selected" in C:\inetpub\wwwroot_data\templates_c\8cpdn4^3b3bcbc467e326d00f331b563f8a8601cf2a0516_0.file.admin_permissions.tpl.php on line 463
PHP Warning: Attempt to read property "value" on null in C:\inetpub\wwwroot_data\templates_c\8cpdn4^3b3bcbc467e326d00f331b563f8a8601cf2a0516_0.file.admin_permissions.tpl.php on line 463

PHP Warning: Undefined array key "user_options_selected" in C:\inetpub\wwwroot_data\templates_c\8cpdn4^3b3bcbc467e326d00f331b563f8a8601cf2a0516_0.file.admin_permissions.tpl.php on line 474
PHP Warning: Attempt to read property "value" on null in C:\inetpub\wwwroot_data\templates_c\8cpdn4^3b3bcbc467e326d00f331b563f8a8601cf2a0516_0.file.admin_permissions.tpl.php on line 474

PHP Warning: Undefined array key "group_options_selected" in C:\inetpub\wwwroot_data\templates_c\8cpdn4^3b3bcbc467e326d00f331b563f8a8601cf2a0516_0.file.admin_permissions.tpl.php on line 482
PHP Warning: Attempt to read property "value" on null in C:\inetpub\wwwroot_data\templates_c\8cpdn4^3b3bcbc467e326d00f331b563f8a8601cf2a0516_0.file.admin_permissions.tpl.php on line 482

Im guessing there is an incompatibility with the newest PHP?
Trying PHP 8.0 and see if it works.

@nicoleonwien
Copy link

Jup I have the same problem with the same errors :/

@TheLuke99
Copy link
Author

After fiddeling around with PHP Versions i figured this out:
PHP 8.x does not work with community.
Tried with 8.0, 8.1, 8.2 and 8.3

I installed PHP 7.4.33 and i got no more errors + it is working

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