No Code Attached Yet
avatar mambroziak
mambroziak
27 Apr 2026

Attempting to sort extensions by date throws an error in Joomla 5.4.5

Reproduce:

  1. Visit: https://site.com/administrator/index.php?option=com_installer&view=manage

  2. Click the date column to sort by date

ERROR
Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 557 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556 Warning: Undefined property: stdClass::$creationDate in /var/www/html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 556

avatar mambroziak mambroziak - open - 27 Apr 2026
avatar mambroziak mambroziak - change - 27 Apr 2026
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 27 Apr 2026
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Apr 2026
avatar krishnagandhicode
krishnagandhicode - comment - 28 Apr 2026

Hi @mambroziak
I tried to reproduce this on a clean Joomla 5.4-dev install but it sorted for me.

However according to me looking at your error logs, I see THE WARNING Undefined property: stdClass::$creationDate(which is used to sort) means that Joomla is trying to sort the list of extensions, but at least one of the extensions installed on your site is missing the creationDatee data in its XML file.

This error is most likely being triggered by a specific 3rd-party extension you have installed ?

avatar LadySolveig
LadySolveig - comment - 4 May 2026

I am also not able to reproduce the issue.

You could first try to reinstall the core files
https://ltheme.com/reinstall-core-files-in-joomla-4/

Otherwise, I completely agree with @krishnagandhicode – please check whether you have a third-party extension that might be causing the problem here?

avatar mambroziak mambroziak - change - 4 May 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-05-04 21:09:07
Closed_By mambroziak
avatar mambroziak mambroziak - close - 4 May 2026
avatar mambroziak
mambroziak - comment - 4 May 2026

OK I'll examine my extensions and core files. Closing the issue.

Add a Comment

Login with GitHub to post a comment