Home > php教程 > php手册 > Discuz升级提示static/image/postbg/3.jpg下载出现问题的解决办法

Discuz升级提示static/image/postbg/3.jpg下载出现问题的解决办法

WBOY
Release: 2016-06-13 09:37:55
Original
1569 people have browsed it

discuz2.5升级3.0的时候出现错误。提示static/image/postbg/3.jpg下载出现问题,其解决办法如下

找到 source/admincp/admincp_upgrade.php 这个文件
将文件中的
$offset = 100 * 1024;
替换为
$offset = 0;

本文来源:Discuz升级提示static/image/postbg/3.jpg下载出现问题的解决办法
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