userid)){" to "if(empty($_POST) ['userid'])" will do."/> userid)){" to "if(empty($_POST) ['userid'])" will do.">

Home  >  Article  >  CMS Tutorial  >  What should I do if phpcms cannot upload images?

What should I do if phpcms cannot upload images?

藏色散人
藏色散人Original
2020-04-05 10:55:562104browse

What should I do if phpcms cannot upload images?

What should I do if phpcms cannot upload pictures?

PHPCMS V9 is due to a code judgment error in the latest updated version (9.4.2). A bug that caused PHPCMS to be unable to upload images when updating articles in the background. I found a temporary solution in the PHPCMS forum. I hope that the PHPCMS official can release an update package as soon as possible, so that more operating webmasters can save trouble and effort.

Related recommendations: phpcms tutorial

What should I do if phpcms cannot upload images?

Students who encountered the prompt in the picture above! Here is a temporary fix for you.

Method 1: File path:/phpcms/libs/classes/attachment.class.php

What should I do if phpcms cannot upload images?

Method 2: File path:/phpcms/libs/ classes/attachment.class.php

Replace

if(empty($this->userid)){

with

if(empty($_POST['userid'])){

The above is the detailed content of What should I do if phpcms cannot upload images?. For more information, please follow other related articles on the PHP Chinese website!

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