Piwigo 15 is now live. Enhanced user management, system activities, batch manager redesign. Read the full release notes, with screenshots. As always, it contains exclusive interviews from team members ;-)
Have a nice update!
Offline
Offline
Before upgrading I have a question:
Piwigo tells me that the following plugins might not be compatible with 15.0:
Copyrights
OpenStreetMap
VideoJS
Any information whether they stop working after upgrading? Should I wait for a compatible version?
Thanks
Offline
Congratulations on the major release! It's great to see how your products have grown over the years. You even have interns now — good job!
Offline
don't know if it's in the right place but have found a small error
if i go into the following i get this error.
admin.php?page=photos_add
Warning: filemtime(): stat failed for ./themes/default/vendor/fontello/css/gallery-icon.css in /app/www/public/include/template.class.php on line 1896
admin.php?page=batch_manager&filter=prefilter-last_import
Warning: filemtime(): stat failed for ./themes/default/vendor/fontello/css/gallery-icon.css in /app/www/public/include/template.class.php on line 1896
admin.php?page=user_list
<You have specified $conf['webmaster_id'] in your local configuration file, this parameter in deprecated, please remove it!<<<<
I'm running the docker version.
Offline
developer wrote:
You even have interns now — good job!
We have more than interns ;-) We currently are 3 full time employees and 5 part-time freelancers (design, communication, customer support and finances) and of course, many contributors all over the world: testing, sending code updates, translating and helping other users on the forum.
Offline
I was just beginning to look for an easier solution to storing and viewing pdf's... and voila! Version 15 was released! Woo Hoo for me! Thanks!
Admin -> Photos -> Recent Photos ( https://<ip>/admin.php?page=batch_manager&filter=prefilter-last_import )
Parse error: syntax error, unexpected ')' in /var/www/html/galerii/admin/include/batch_manager_filters.inc.php on line 121
Admin -> Photos -> Batch Manager ( https://<ip>/admin.php?page=batch_manager )
Parse error: syntax error, unexpected ')' in /var/www/html/galerii/admin/include/batch_manager_filters.inc.php on line 121
119 $selected_category_name = get_cat_display_name_from_id( 120 $selected_category, 121 );
removed the comma on line 120:
119 $selected_category_name = get_cat_display_name_from_id( 120 $selected_category 121 );
and it works now without error.
Last edited by deemon (2024-10-30 17:37:00)
Offline
Offline