Hi,
I’ve got a fresh install of EE 2.2.2 and am just starting to setup my custom fields.
When I view the Create New Channel Field page I get 3 PHP errors at the top:
——-
A PHP Error was encountered
Severity: Notice
Message: Undefined index: field_content_options_file
Filename: celltypes/file.php
Line Number: 47
——-
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: helpers/form_helper.php
Line Number: 324
——-
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at (domain path removed)/system/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
——-
However, for the new fields I’ve created the page seems to save and create the new fields fine even with the errors presenting, although the styling of the page appears to be messed up (all of the text labels are a few sizes too large).
Any ideas what’s wrong?