Hi all,
Why would this be happening when trying to publish an entry?
A Database Error Occurred
Error Number: 1054
Unknown column 'field_ft_15' in 'field list'
INSERT INTO exp_channel_data (`entry_id`, `channel_id`, `site_id`, `field_ft_1`, `field_ft_3`, `field_ft_2`, `field_ft_4`, `field_ft_15`, `field_id_1`, `field_id_3`, `field_id_2`, `field_id_4`, `field_id_15`, `field_id_5`, `field_id_10`) VALUES (63, '1', '1', 'none', 'none', 'none', 'none', 'none', '
\nsome content\n
', 'This is only a test', 'tag', 'http://digitalformula.net/d/1a', 0, '', '')
Filename: libraries/api/Api_channel_entries.php
Line Number: 1789I’ve checked the database and field_ft_15 definitely doesn’t exist.
The error is happening on my dev site only, not the production site. Both are running EE 2.1.1 20101020.
I can see it’s because of custom fields somehow but I can’t figure out why it’s happening.
Can someone help?
Thanks!