I updated the application from 4.2.6 to 4.2.7
Now, when I try to save any slider changes, show me this error in the acp:
UPDATE `featuredcontent_sliders` featuredcontent_sliders SET `fcs_showname`=false,`fcs_shownav`=true,`fcs_showpage`=false,`fcs_showtitle`=false,`fcs_keyboard`=true,`fcs_nolink`=false,`fcs_newwin`=false,`fcs_hideinmobile`=true,`fcs_img_w`=325,`fcs_img_h`=119,`fcs_ticker`=false,`fcs_maxSlides`=5,`fcs_minSlides`=1,`fcs_speed`=1500,`fcs_duration`=7000,`fcs_autoplay`=true,`fcs_autocontrol`=false,`fcs_total_items`=20,`fcs_randomcontent`=false WHERE fcs_id=1
IPS\Db\Exception: Unknown column 'fcs_newwin' in 'field list' (1054)
#0 /home2/mwcom/public_html/system/Db/Db.php(990): IPS\_Db->preparedQuery('/*IPS\\Node\\_Mod...', Array)
#1 /home2/mwcom/public_html/system/Patterns/ActiveRecord.php(492): IPS\_Db->update('`featuredconten...', '`fcs_showname`=...', 'WHERE fcs_id=?')
#2 /home2/mwcom/public_html/system/Node/Model.php(2270): IPS\Patterns\_ActiveRecord->save()
#3 [internal function]: IPS\Node\_Model->save()
#4 /home2/mwcom/public_html/init.php(449) : eval()'d code(990): call_user_func_array('parent::save', Array)
#5 /home2/mwcom/public_html/system/Node/Model.php(3053): IPS\Node\collab_hook_ipsNodeModel->save()
#6 /home2/mwcom/public_html/applications/featuredcontent/sources/Slider/Slider.php(494): IPS\Node\_Model->saveForm(Array)
#7 /home2/mwcom/public_html/system/Node/Controller.php(391): IPS\featuredcontent\_Slider->saveForm(Array)
#8 /home2/mwcom/public_html/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form()
#9 /home2/mwcom/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
#10 /home2/mwcom/public_html/applications/featuredcontent/modules/admin/sliders/sliders.php(31): IPS\Node\_Controller->execute()
#11 /home2/mwcom/public_html/system/Dispatcher/Dispatcher.php(146): IPS\featuredcontent\modules\admin\sliders\_sliders->execute()
#12 /home2/mwcom/public_html/admin/index.php(13): IPS\_Dispatcher->run()
#13 {main}