Go to administrator/index.php?option=com_config&view=component&component=com_content
Page displays apparently fine but we get a Notice twice
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Undefined offset: 0 in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 71
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 71
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Undefined offset: 1 in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 72
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 72
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Undefined offset: 0 in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 71
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 71
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Undefined offset: 1 in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 72
[10-Mar-2018 18:29:57 Europe/Berlin] PHP Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/joomla40/layouts/joomla/form/field/radio.php on line 72
Labels |
Added:
?
|
Category | ⇒ | com_content |
Build | staging | ⇒ | 4.0-dev |
The affected settings:
<joomla-field-switcher
id="jform_list_show_votes"
off-text="<br />
<b>Notice</b>: Undefined offset: 0 in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>71</b><br />
<br />
<b>Notice</b>: Trying to get property 'text' of non-object in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>71</b><br />
"
on-text="<br />
<b>Notice</b>: Undefined offset: 1 in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>72</b><br />
<br />
<b>Notice</b>: Trying to get property 'text' of non-object in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>72</b><br />
"
>
<joomla-field-switcher
id="jform_list_show_ratings"
off-text="<br />
<b>Notice</b>: Undefined offset: 0 in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>71</b><br />
<br />
<b>Notice</b>: Trying to get property 'text' of non-object in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>71</b><br />
"
on-text="<br />
<b>Notice</b>: Undefined offset: 1 in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>72</b><br />
<br />
<b>Notice</b>: Trying to get property 'text' of non-object in <b>C:\xampp\htdocs\joomla4\layouts\joomla\form\field\radio.php</b> on line <b>72</b><br />
"
>
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-03-11 16:59:43 |
Closed_By | ⇒ | infograf768 |
Indeed. Let's close it
If I first test for $options, I do not get the Notice.
I.e.