Home > CMS Tutorial > PHPCMS > phpcms v9 parameter passing error

phpcms v9 parameter passing error

angryTom
Release: 2019-11-09 09:48:15
Original
3071 people have browsed it

phpcms v9 parameter passing error

phpcms v9 parameter transfer error

phpcmsv9 front desk upload attachment image prompt: parameter transfer error, let’s take a look Solution.

Modification method:

Open the \phpcms\modules\attachment\attachments.php file, about line 80

Comment out this line.

if((upload_key($args)!=$authkey)) showmessage(L('attachment_parameter_error'));
Copy after login

This solves the problem of phpcmsv9 front-end upload attachment image prompt: wrong parameter transmission.

Recommended tutorial: phpcms tutorial

The above is the detailed content of phpcms v9 parameter passing error. For more information, please follow other related articles on the PHP Chinese website!

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