Larian77 / Openbiblio

Other
7 stars 6 forks source link

drop down error in 'Add New Theme' /admin/theme_new_form.php?reset=Y #9

Closed sarangtc closed 7 months ago

sarangtc commented 8 months ago

In Admin > Themes > Add New Theme /admin/theme_new_form.php?reset=Y

Get the following error in the Align dropdown:

<select name="titleAlign">
        <option value="left" <br="">
        Warning:  Trying to access array offset on value of type null in /admin/theme_fields.php on line 177
         &gt;Left        </option><option value="center" <br="">
        Warning:  Trying to access array offset on value of type null in /admin/theme_fields.php on line 180
         &gt;Center        </option><option value="right" <br="">
        Warning:  Trying to access array offset on value of type null in /admin/theme_fields.php on line 183
        &gt;Right      
        </option>
</select>
Larian77 commented 8 months ago

Found it, fix it after my holidays :-)