I suspect these are php 7.4 specific issues but don't currently have anything lower to test on
url administrator/index.php?option=com_joomlaupdate
Notice: Trying to access array offset on value of type bool in administrator\components\com_joomlaupdate\src\View\Joomlaupdate\HtmlView.php on line 143
Notice: Undefined variable: message in administrator\components\com_joomlaupdate\tmpl\joomlaupdate\default_upload.php on line 36
Notice: Trying to access array offset on value of type null in administrator\components\com_joomlaupdate\tmpl\joomlaupdate\default_upload.php on line 36
Labels |
Added:
?
|
lookin only at code for 1)
https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php#L143
should be
$this->ftpFieldsDisplay = $ftp['enabled'] ? '' : 'style = "display: none"';
but unable to test now
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-27 13:08:41 |
Closed_By | ⇒ | wilsonge |
First one already fixed in staging #27219. See PR #28112 for the other one.