您现在的位置是:首页 > 使用教程使用教程

帝国cms5.1插件,帝国cms6.0用不了,出现空白怎么办?

【使用教程】

帝国cms5.1插件类似这样的php文件
<?php
require("class/connect.php");
include("class/db_sql.php");
include("class/config.php");
include("class/class.php");
帝国cms插件出现空白,用不了现象。
原因是帝国cms5.1中class.php 在e/class文件夹中, 现在6.0, 改到e/data/dbcache/目录下了, 所以要改一下。改过就可以了, 我这边没问题了。

Tags: