fastslack/jUpgradePro

Joomla 1.5 to 2.5 via REST: Unknown column 'control' in 'field list' SQL=INSERT INTO `jos_modules`

Closed this issue · 1 comments

Hi All,

I've encountered an additional error while migration from Joomla 1.5.26 to Joomla 2.5.19:

Unknown column 'control' in 'field list' SQL=INSERT INTO jos_modules (title,content,ordering,position,checked_out,checked_out_time,published,module,access,showtitle,params,client_id,control) VALUES ('Main Menu','','7','position-7','0','0000-00-00 00:00:00','1','mod_mainmenu','0','0','menutype=mainmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=0\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n','0','')

After modifiying the modules migration script as fixed in issue #5 the issue above arised.

Regards.
level420

Fixed. Thanks. b71c89a