No Code Attached Yet
avatar N6REJ
N6REJ
16 Oct 2022

Steps to reproduce the issue

system->extension manager-> click on date arrow

Expected result

sorts date

Actual result

While the date is sorted this error below occurs numerous times

Warning: Undefined property: stdClass::$creationDate in /home/bearsampp/public_html/libraries/vendor/joomla/utilities/src/ArrayHelper.php on line 602

System information (as much as possible)

systeminfo-2022-10-16T06_00_24+00_00.txt

Additional comments

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
4.00

avatar N6REJ N6REJ - open - 16 Oct 2022
avatar joomla-cms-bot joomla-cms-bot - change - 16 Oct 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Oct 2022
avatar chmst
chmst - comment - 16 Oct 2022

Cannot replicate this in my installations. Probably one of your extension has a wrong value in creationDate.
You could check the content $a here
public static function sortObjects(array $a, $k, $direction = 1, $caseSensitive = true, $locale = false)

avatar brianteeman
brianteeman - comment - 17 Oct 2022

Unable to replicate - as @chmst says its probably an extension with an incorrect valaue.

avatar N6REJ
N6REJ - comment - 18 Oct 2022

not sure what an extension would have to do with date sorting. No extension exists in that install that effects admin other then admintools

avatar N6REJ
N6REJ - comment - 18 Oct 2022

Could this be related?
image

avatar brianteeman
brianteeman - comment - 18 Oct 2022

yes

avatar richard67
richard67 - comment - 20 Oct 2022

not sure what an extension would have to do with date sorting. No extension exists in that install that effects admin other then admintools

As the extensions manager shows ALL extensions, it doesn’t matter if the extension is for admin or site. Any extension with a malformed date in its XML can cause that the list breaks, due to the poor error handling of the installer regarding XML files.

avatar N6REJ N6REJ - change - 21 Oct 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-10-21 03:44:30
Closed_By N6REJ
avatar N6REJ N6REJ - close - 21 Oct 2022
avatar Lumiga
Lumiga - comment - 23 Oct 2022

Hi N6REJ,

How did you fixed this issue?
We have no SimplifyYourWeb Extension


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38970.
avatar N6REJ
N6REJ - comment - 24 Oct 2022

The issue was left over from, improper extensions in the database. I went thru the db, removed extensions that didn't belong there and then made sure there were no extensions with "level" less then zero.

avatar Lumiga
Lumiga - comment - 31 Oct 2022

Add a Comment

Login with GitHub to post a comment