Citazione:
Errore
query SQL:
--
-- Dump dei dati per la tabella `forum`
--
INSERT IGNORE INTO `forum` ( `forumid` , `styleid` , `title` , `title_clean` , `description` , `description_clean` , `options` , `showprivate` , `displayorder` , `replycount` , `lastpost` , `lastposter` , `lastposterid` , `lastpostid` , `lastthread` , `lastthreadid` , `lasticonid` , `lastprefixid` , `threadcount` , `daysprune` , `newpostemail` , `newthreademail` , `parentid` , `parentlist` , `password` , `link` , `childlist` , `defaultsortfield` , `defaultsortorder` , `imageprefix` , `iconlocation` )
VALUES ( 1, 0, 'Benvenuto', 'Benvenuto', '', '', 86017, 0, 1, 0, 0, '', 0, 0, '', 0, 0, '', 0, -1, '', '', -1, '1,-1', '', '', '1,2,20,-1', 'lastpost', 'desc', '', '' ) ;
Messaggio di MySQL:
#1054 - Unknown column 'iconlocation' in 'field list'
Poi ho caricato il backup su un secondo database e non ci sono stati problemi. (anche se la dimensione è un po inferiore al originale)