DEDE 後臺模塊管理空列表的解決辦法

不少用戶反饋,打開插件管理,插件列表爲空白,這個是織夢官方的插件服務器不穩定所致的.
官方的模塊從V57發佈後,基本沒有發佈新模塊,出現此問題的解決辦法,就是屏蔽掉連接官方的插件服務器更新插件列表,具體操做方法:

1.打開 include/dedemodule.class.php修改第88內容:
if(file_exists($cachefile) && (filemtime($cachefile) + 60 * 30) > time() || filesize($cachefile)<10)
爲:
if(file_exists($cachefile))

2.若是你在作第一步的時候插件列表已是空白了,那麼就到官方的服務器獲取一下插件列表
gbk版本:
http://updatenew.dedecms.com/base-v57/dedecms/module_gb2312/modulelist.txt
utf8版本:
http://updatenew.dedecms.com/base-v57/dedecms/module_utf-8/modulelist.txt
big5版本:
http://updatenew.dedecms.com/base-v57/dedecms/module_big5/modulelist.txt
根據本身系統的編碼下載對應的文件,覆蓋到data/module/ modulelist.txt 即可恢復
相關文章
相關標籤/搜索