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
http://www.bkjia.com/PHPjc/754405.htmlwww.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...
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