The list would be sorted asc/desc without a warning.
The list is sorted, but there are some notices and warnings showing like:
OS Windows
PHP 7.0.9
MySQLi 5.5.5-10.1.16-MariaDB
Caching Disabled
Gzip Disabled
Labels |
Added:
?
|
Status | New | ⇒ | Confirmed |
Closing as we have a PR for testing See #12904
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-15 23:05:14 |
Closed_By | ⇒ | brianteeman |
On update of J 3.7.2 to J 3.7.5 I got an internal server error when opening the user list.
Google led me here and I deactivated the newly introduced line 313 within the new if:
$parentGroup = $this->populateGroupData($parentGroup);
After this, the internal server error was resolved and it showed Warnings and Notices like in J 3.7.2 only in the user details view:
Notice: Undefined property: stdClass::$path in .../joomla/libraries/cms/helper/usergroups.php on line 316
Warning: array_merge(): Argument #1 is not an array in .../joomla/libraries/cms/helper/usergroups.php on line 316
Warning: array_merge(): Argument #1 is not an array in .../joomla/libraries/cms/helper/usergroups.php on line 316
Never got that in any other installation.
I will try to get the server logs from the customer.
PHP 7.0.20
No error logs available yet.
The temporary solution was to set $parentGroup->path to an array which helped with the array_merge().
Everything is working without errors or warnings, but this will be overridden in the next J update, so I guess I open a new issue.
Confirmed in current 3.7 staging
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12903.