I’m running a site on EE 2.6.0 and I’m randomly getting the following errors when I go to modify an existing channel field.
A PHP Error was encountered
Severity: Notice
Message: Undefined index: field_fmt_options
Filename: fieldtypes/EE_Fieldtype.php
Line Number: 269
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: helpers/form_helper.php
Line Number: 324
These kind of errors were happening specifically with textarea’s and that was because they suddenly started missing text formatting options (0 options in the select field), but now the errors are occurring on every field type.
I fixed the textarea formatting options issue before, but it keeps coming back and I can’t figure out what’s going on with these fields.