今天在用 织梦模板 做的网站后台生成栏目页时出现如下错误: Fatal error: Using $this when not in object context inD:\www\meinvtup\include\taglib\mynews.lib.phpon line40 或者是在织梦模板中的首页调用站内新…… 查看更多
解决办法在include/userlogin.class.php文件中的第二行session_start();前加上 if (isset($_POST[PHPSESSID])) {session_id($_POST[PHPSESSID]);} else if (isset($_GET[PHPSESSID])) {session_id($_GET[PHPSESSID]);}…… 查看更多