I was trying to create a new Channel and ended up with this big error. Not quite sure how to debug it.
A Database Error Occurred
Error Number: 1054
Unknown column 'M' in 'field list'
UPDATE `exp_channels` SET `channel_id` = '15', `channel_title` = 'Artwork Galleries', `channel_name` = 'artwork_galleries', `channel_description` = '', `channel_lang` = 'en', `channel_url` = 'http://marwen.org/', `comment_url` = '', `search_results_url` = '', `ping_return_url` = '', `rss_url` = '', `live_look_template` = '0', `deft_status` = 'open', `deft_category` = '', `deft_comments` = 'y', `search_excerpt` = '56', `channel_html_formatting` = 'all', `channel_allow_img_urls` = 'y', `channel_auto_link_urls` = 'y', `enable_versioning` = 'n', `max_revisions` = '10', `channel_notify` = 'n', `channel_notify_emails` = '', `comment_notify` = 'n', `comment_notify_emails` = '', `comment_notify_authors` = 'n', `comment_system_enabled` = 'y', `comment_require_membership` = 'n', `comment_use_captcha` = 'n', `comment_require_email` = 'y', `comment_moderate` = 'n', `comment_max_chars` = '5000', `comment_timelock` = '0', `comment_expiration` = '0', `comment_text_formatting` = 'xhtml', `comment_html_formatting` = 'safe', `comment_allow_img_urls` = 'n', `comment_auto_link_urls` = 'y', `show_button_cluster` = 'y', `default_entry_title` = '', `url_title_prefix` = '', `M` = 'channel_edit' WHERE channel_id=15
Filename: controllers/cp/admin_content.php
Line Number: 761Running EE 2.5.2
Lots of Modules + Extensions
UPDATE:
Disabled Extensions and still was seeing the problem. Looks like the “M” param from the query string is also in the POST data. Not sure if it’s supposed to be there or not. Guessing not?