Home > php教程 > php手册 > destoon后台网站设置变成空白的解决方法

destoon后台网站设置变成空白的解决方法

WBOY
Release: 2016-06-06 20:21:08
Original
1801 people have browsed it

这篇文章主要介绍了destoon后台网站设置变成空白的解决方法,需要的朋友可以参考下

很多朋友destoon升级后前后台变成空白,原因通常是文件的写权限有问题,大多是cache或者file,测试没考虑安全问题,把所有文件设置为可写就解决了。

因此建议升级包升级时和安装文件一样判断下文件权限,否则会遇见稀奇古怪的问题。
chmod -R 777 /public_html
界面能出来了,但是这时发现进后台提示,license.txt不可修改或删除,请检查,对于这个问题,修改FTP软件的传输模式为二进制,将license.txt上传即可。

而对于初次安装后台出现打不开,,一片空白的情况来说,一般是文件夹或者文件权限没有设置好,如缺少“IUST_你的机器名”这个用户组权限或者它的写权限,设置好,重新安装,即可。

Related labels:
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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template