Help :) MyBB has experienced an internal SQL error and cannot continue. - Version imprimable +- MyBB.support, le portail francophone de MyBB (https://mybb.support) +-- Forum : MyBB.fr (https://mybb.support/forum-1.html) +--- Forum : Support (https://mybb.support/forum-5.html) +--- Sujet : Help :) MyBB has experienced an internal SQL error and cannot continue. (/thread-1827.html) |
Help :) MyBB has experienced an internal SQL error and cannot continue. - boublo - 12-08-2009 MyBB has experienced an internal SQL error and cannot continue. SQL Error: 1054 - Unknown column 'ufid1' in 'field list' Query: INSERT INTO mybb_userfields (`fid3`,`fid2`,`ufid`,`ufid1`) VALUES ('','','3','') Quand on s'enregistre RE: Help :) MyBB has experienced an internal SQL error and cannot continue. - spyto - 13-08-2009 Salut, Question trop imprécise : aucune info sur l'install.upgrade, la version de MyBB etc... Sujet déjà évoqué de maintes fois... Utilise la recherche !!! En tapant 'ufid1', j'obtiens ces discussion où on en parle : http://www.mybb.fr/showthread.php?tid=1698 http://www.mybb.fr/showthread.php?tid=916 http://www.mybb.fr/showthread.php?tid=868 http://www.mybb.fr/showthread.php?tid=800 A priori, c'est le fichier /inc/datahandlers/user.php qui est en cause. Ouvre-le et cherche: Code PHP : $user['user_fields']["ufid{$profile_field['fid']}"] = ''; Code PHP : $user['user_fields']["fid{$profile_field['fid']}"] = ''; Ou réuppe l'original. :) MyBB has experienced an internal SQL error and cannot continue. - boublo - 13-08-2009 A merci bcp spyto ^^ C'est vrai que j'aurais du chercher la reponsse je men escuse. |