User tests: Successful: Unsuccessful:
Pull Request for Issue #31610 .
added key exist check
Go to System - Control Panel.
Click Super User – Edit Account.
Go to any tab, for example User Profile and edit something, then click Save.
Or do not change anything and click Save.
Message displayed: 0 Cannot access offset of type string on string
No warnings or errors.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin |
@alikon PHP 8.0.0 reports the variable $data
@alikon PHP 8.0.0 reports that the variable $data is not an array, even though var_dump($data) shows that it is an array. This is probably some teething problem in an early version of PHP 8.
The following modification allowed the profile data to be saved correctly:
if (is_array($data) && array_key_exists('twofactor', (array) $data) && array_key_exists('method', (array) $data['twofactor']))
I have not tested any profile with two-factor authentication configured.
Labels |
Added:
?
?
|
I have tested this item
Tested successfully in 3.9.23.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Drone Error is not related to PR.
RTC
Drone Error is not related to PR.
RTC
restarted drone
Status | Ready to Commit | ⇒ | Pending |
Moving back to Pending for PR changes. Clearing test results as the changes will require retest.
I have tested this item
Tested successfully in 3.9.24-dev of 13 December.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-13 13:52:06 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thanks
Tested 3.9.24RC. All ok.
@SharkyKZ why thumbs down?