Home  >  Article  >  Backend Development  >  php 帝国cms目录生成有关问题

php 帝国cms目录生成有关问题

WBOY
WBOYOriginal
2016-06-13 12:11:44866browse

php 帝国cms目录生成问题
以下代码 是帝国cms functions.php 2925 行左右
 在生成mingxing/hehe/的时候

hehe 生成没问题! 但是mingxing这个生成不出来   
在网站有mingxing情况下 生成没有问题  但是没有mingxing  情况下 就生成不出来 了

 好像是权限问题

 怎么改
    $tfilename='/mingxing/hehe/';
    $dopath=ECMS_PATH.$tfilename."/";
    $mk=DoMkdir($dopath);


------解决思路----------------------
楼主用的哪个版本的帝国内容管理系统,怀疑是权限问题:
安装手册有介绍

chmod -R 777 目录或者文件名


------解决思路----------------------
先把目录都设为777试试。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn