Home > Article > CMS Tutorial > What should I do if phpcms cannot upload pictures?
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.
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
Method 2: File path:/phpcms/libs/classes/attachment.class.php
Replace
if(empty($this->userid)){
with
if(empty($_POST['userid'])){
Related introduction:
PHPCMS is a website management software. The software adopts modular development and supports multiple classification methods. It can be used to facilitate the design, development and maintenance of personalized websites. It supports many program combinations, can easily realize website platform migration, and can widely meet the needs of websites of various sizes. It has high reliability. It is a software with articles, downloads, pictures, classified information, movies, shopping malls, collection, finance, etc. Excellent website management software that is powerful, easy to use, and scalable with many functions.
PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!
The above is the detailed content of What should I do if phpcms cannot upload pictures?. For more information, please follow other related articles on the PHP Chinese website!