I have an extremely long form that EE can’t seem to process in my template.
It gives me the following errors when I try to save my template:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: template_data
Filename: cp/design.php
Line Number: 2048
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/hosting/webs/headsup/beta.heads-up.com/web/engine/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 409
A Database Error Occurred
Error Number: 1048
Column 'item_data' cannot be null
INSERT INTO `exp_revision_tracker` (`item_id`, `item_table`, `item_field`, `item_data`, `item_date`, `item_author_id`) VALUES ('18', 'exp_templates', 'template_data', NULL, 1312562722, 1)
Filename: controllers/cp/design.php
Line Number: 2053I can post the form code if the above doesn’t help troubleshoot the issue, but it is extremely long.
Thanks for any help.