Home > Backend Development > PHP Tutorial > Discuz upgrade prompts solutions to problems when downloading static/image/postbg/3.jpg_PHP tutorial

Discuz upgrade prompts solutions to problems when downloading static/image/postbg/3.jpg_PHP tutorial

WBOY
Release: 2016-07-13 10:32:45
Original
892 people have browsed it

An error occurred when discuz2.5 was upgraded to 3.0. It prompts that there is a problem downloading static/image/postbg/3.jpg. The solution is as follows

Find the file source/admincp/admincp_upgrade.php
and set the
$offset = 100 * 1024 in the file. ;
is replaced with
$offset = 0;

Source of this article: Discuz upgrade prompts solutions to problems when downloading static/image/postbg/3.jpg

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/754405.htmlTechArticleAn error occurred when discuz2.5 was upgraded to 3.0. It prompts that there is a problem downloading static/image/postbg/3.jpg. The solution is as follows. Find the file source/admincp/admincp_upgrade.php and put the file...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template