系统运行环境
需要:
php 5.3.1
mysql 5.5.2在php版本号正确的情况下,如果还出现后台进不去,或者进去空白,可以找到
1.后台文件 Admin/include 下的 inc.php 在<?php 换行加入一句
ob_start();(如图1)
2.Admin/SEMCMS_Top_include.php 文件中把
引入的文件放到最上面(如图2)
<?php
include_once './Include/inc.php';
include_once 'SEMCMS_Function.php';
?>