有些使用者升級到 discuz x3.1 後還出現了個人資料和欄目分組丟失的情況,這塊主要導致的原因是升級過程中欄目分組丟失導致無法顯示,尤其是出現在 UTF8 版本中,下面簡單截圖說明下出錯的情況和對應的解決方案

設定-》 使用者資料 就只有一個使用者名稱,別的資料都不顯示
後臺:使用者 -》 使用者欄目 -》 欄目分組

網站設計模板個人資料和欄目分組丟失的解決方法如下 (一定要是 UTF8 版本):

方法 1:重新進行升級,使用附件中的 update.php 覆蓋原有 update.php 。升級方法和原先相同。
方法 2:執行下面這條 sql 進行更新,記得更改表字首

  1. REPLACE INTO `pre_common_setting` VALUES
  2. ('profilegroup',
    'a:5:{s:4:"base";a:4:
    {s:9:"available";i:1;s:12:"displayorder";i:0;s:5:"title";s:12:"基本資
    料";s:5:"field";a:17:
    {s:8:"realname";s:8:"realname";s:6:"gender";s:6:"gender";s:8:"birthday";s:8:"birthday";s:9:"birthcity";s:9:"birthcity";s:10:"residecity";s:10:"residecity";s:10:"residedist";s:10:"residedist";s:15:"affectivestatus";s:15:"affectivestatus";s:10:"lookingfor";s:10:"lookingfor";s:9:"bloodtype";s:9:"bloodtype";s:6:"field1";s:6:"field1";s:6:"field2";s:6:"field2";s:6:"field3";s:6:"field3";s:6:"field4";s:6:"field4";s:6:"field5";s:6:"field5";s:6:"field6";s:6:"field6";s:6:"field7";s:6:"field7";s:6:"field8";s:6:"field8";}}s:7:"contact";a:4:
    {s:5:"title";s:12:"聯絡方
    式";s:9:"available";s:1:"1";s:12:"displayorder";s:1:"1";s:5:"field";a:7:
    {s:9:"telephone";s:9:"telephone";s:6:"mobile";s:6:"mobile";s:3:"icq";s:3:"icq";s:2:"qq";s:2:"qq";s:5:"yahoo";s:5:"yahoo";s:3:"msn";s:3:"msn";s:6:"taobao";s:6:"taobao";}}s:3:"edu";a:4:
    {s:9:"available";i:1;s:12:"displayorder";i:2;s:5:"title";s:12:"教育情
    況";s:5:"field";a:2:
    {s:14:"graduateschool";s:14:"graduateschool";s:9:"education";s:9:"education";}}s:4:"work";a:4:
    {s:9:"available";i:1;s:12:"displayorder";i:3;s:5:"title";s:12:"工作情
    況";s:5:"field";a:4:
    {s:10:"occupation";s:10:"occupation";s:7:"company";s:7:"company";s:8:"position";s:8:"position";s:7:"revenue";s:7:"revenue";}}s:4:"info";a:4:
    {s:5:"title";s:12:"個人信
    息";s:9:"available";s:1:"1";s:12:"displayorder";s:1:"4";s:5:"field";a:10:{s:10:"idcardtype";s:10:"idcardtype";s:6:"idcard";s:6:"idcard";s:7:"address";s:7:"address";s:7:"zipcode";s:7:"zipcode";s:4:"site";s:4:"site";s:3:"bio";s:3:"bio";s:8:"interest";s:8:"interest";s:7:"sightml";s:7:"sightml";s:12:"customstatus";s:12:"customstatus";s:10:"timeoffset";s:10:"timeoffset";}}}');