织梦dedecms后台模块管理显示空白的解决办法

因为织梦的模块默认是从远程获取模块列表的,所以有的时候模块列表显示不出来。
如何解决这个问题呢?
打开“根目录/dede/module_main.php”文件(其中dede是你的后台目录),注释掉大约91行和95行的代码

$modules_remote = $dm->GetModuleUrlList($moduletype,$mdurl);
$modules = array_merge($modules,$modules_remote);

这样就会从本地获取模块列表了。

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: