Hello everyone.
I just installed Community 12.c plugin and I'm getting the following error when I click on the Configuration tab:
/apb/www/html/photos/_data/templates_c/p6jhns^c1756c82124c4b661448efa2e4256ee9cb62d54b_0.file.admin_config.tpl.php on line 50
Warning: Attempt to read property "value" on null in /apb/www/html/photos/_data/templates_c/p6jhns^c1756c82124c4b661448efa2e4256ee9cb62d54b_0.file.admin_config.tpl.php on line 50
">
I also tried 12.b, older version of Community, and it comes back with the same warning message. I did clear all cache/history and restarted apache2, to no avail.
Please advise.
Environment:
Piwigo 13.8.0 Check for upgrade
Installed on 24 August 2023, 1 week 6 days ago
Operating system: Linux
PHP: 8.1.2-1ubuntu2.14 (Show info) [2023-09-06 15:47:45]
MySQL: 8.0.34-0ubuntu0.22.04.1 [2023-09-06 15:47:45]
Graphics Library: GD 2.3.0
Cache size 70.39 Mo calculated 2 hours ago Refresh
Offline
You can disable displaying deprecated and warning messages (because it effectively may break functionality of a page even if nothing else is broken), in local config
$conf['show_php_errors_on_frontend'] = false;
or fine tune message classes to display, see [Forum, post 183126 by erAck in topic 31852] Menubar tags issue after 12.2.0 upgrade, or better, log to file instead.
See [Forum, post 180778 by erAck in topic 31258] Error Message.
Offline
Thanks erAck, setting the parameter to "false" took the Warning away and a "regular" user can now create albums/sub-albums and upload pictures. Thanks!
Offline