Home > Backend Development > PHP Tutorial > php 帝国cms目录生成问题

php 帝国cms目录生成问题

WBOY
Release: 2016-06-23 13:43:24
Original
1280 people have browsed it

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

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

 好像是权限问题

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


回复讨论(解决方案)

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

chmod -R 777 目录或者文件名

先把目录都设为777试试。

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template