userid)){" with "if(empty($_POST['userid' ])){"That’s it."/> userid)){" with "if(empty($_POST['userid' ])){"That’s it.">

Home  >  Article  >  CMS Tutorial  >  What to do if phpcms v9 cannot upload pictures

What to do if phpcms v9 cannot upload pictures

藏色散人
藏色散人Original
2020-02-04 10:34:142351browse

What to do if phpcms v9 cannot upload pictures

What should I do if phpcms v9 cannot upload images? Solve the problem that PhpCms V9 background cannot upload images

PHPCMS V9 has a code inference error in the recently updated version number (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 announce the update package as soon as possible, so that many other webmasters can save trouble and effort.

What to do if phpcms v9 cannot upload pictures

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 to do if phpcms v9 cannot upload pictures

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

Replace

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

with

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

PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!

The above is the detailed content of What to do if phpcms v9 cannot upload pictures. 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