Attempting to sort extensions by date throws an error in Joomla 5.4.5
Reproduce:
Visit: https://site.com/administrator/index.php?option=com_installer&view=manage
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
| Labels |
Removed:
?
|
||
| Labels |
Added:
No Code Attached Yet
|
||
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?
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-05-04 21:09:07 |
| Closed_By | ⇒ | mambroziak |
OK I'll examine my extensions and core files. Closing the issue.
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 ?