织梦CMS模块管理空白的解决办法

网站建设 2022-07-27 09:12www.1681989.com免费网站
有时候会出现模块管理空白的情况,原因为获取织梦远程的模块失败导致的。 解决办法 修改 \dede\module_ma.php,注释掉第91和95行 if($action==''){ $types = array('soft'='模块','templets'='模板','plus'='小插件','patch'='补丁'); $dm = new DedeM […]



有时候会出现模块管理空白的情况,原因为获取织梦远程的模块失败导致的。


解决办法

修改\dede\module_ma.php,注释掉第91和95行


if($action=='')
{
    $types = array('soft'=>'模块','templets'=>'模板','plus'=>'小插件','patch'=>'补丁');
    $dm = new DedeModule($mdir);
    if(empty($moduletype)) $moduletype = '';
	
	//$modules_remote = $dm->GetModuleUrlList($moduletype,$mdurl);
	$modules = array();
	$modules = $dm->GetModuleList($moduletype);
	is_array($modules) || $modules = array();
	//$modules = array_merge($modules,$modules_remote);
    require_once(dirname(__FILE__)."/templets/module_ma.htm");
    $dm->Clear();
    exit();
}
这样,如果远程的织梦模块信息获取失败时,则只显示本地的模块列表,这样就不会空白了。

Copyright © 2016-2025 www.1681989.com 推火网 版权所有 Power by