Bug 41648

Summary: Incorrect 'update_date' breaks the plugins home page
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Plugin architectureAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Jonathan Druart 2026-01-16 07:06:54 UTC
Install the KitchenSink plugin and you get:
Template process failed: undef error - The given date (20-12-20) does not match the date format (iso) at /kohadevbox/koha/Koha/DateUtils.pm line 192.

on /cgi-bin/koha/plugins/plugins-home.pl

Because 

Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm:    date_updated    => "1900-01-01",
Comment 1 Jonathan Druart 2026-01-16 12:45:14 UTC
It's not coming from the KitchenSink plugin, I had another plugin with a wrong date: "20-12-20"