system->extension manager-> click on date arrow
sorts date
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
systeminfo-2022-10-16T06_00_24+00_00.txt
Labels |
Added:
No Code Attached Yet
|
not sure what an extension would have to do with date sorting. No extension exists in that install that effects admin other then admintools
yes
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.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-21 03:44:30 |
Closed_By | ⇒ | N6REJ |
Hi N6REJ,
How did you fixed this issue?
We have no SimplifyYourWeb Extension
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.
Oké thanks, in my case Hikashop was the problem. See here: https://www.hikashop.com/forum/install-update/905225-extension-sort-by-date-causes-undefined-property.html
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)