-
Notifications
You must be signed in to change notification settings - Fork 42
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
Warning message below every single photo after upgrade to PHP 8.1 #349
Comments
Even if it's not a perfect solution, I've found a workaround by modifying the PHP error_reporting. |
This issue with undefined keys and variables very wide-spread in the theme. I get loads of But! I found out that if you disable comments altogether, no errors are produced. (This also applies to themes modus and stripped_reponsive. It's not ideal, but it's still more acceptable for me than having two errors per second written to the Apache error logs. I'm on |
Do you still have the problem nowadays? |
Actually, I don't. I just tried activating the comments again and I don't see any error in the photo pages. |
I have this error on Piwigo 14.2.0 and PHP 8.1.25 (Martin6502's error that is, not edison23's) |
I encountered the same error on Piwigo 13.8, PHP 8.0.30, MySQL: 10.6.16-MariaDB and Bootstrap Darkroom 2.5.17. Maintenance tools did not help but I have fixed the issue by disabling "Social Integration" in the settings of the theme and re-enabling them later. Strange… |
After upgrading my Website from PHP 7.4 to PHP 8.1 running Piwigo 13.3.0 together with Bootstrap Darkroom there is an error message below every single photo within all albums which says:
Warning: Undefined array key "thumbnail_desc" in /www/htdocs/w00bce33/photo/themes/bootstrap_darkroom/include/config.php on line 209
Switching back to PHP 7.4 solves the problem but this PHP version it is out of maintenance now.
I'm happy to help if you need more information.
The text was updated successfully, but these errors were encountered: