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

phpcms v9 parameter passing error

angryTom
angryTomOriginal
2019-11-09 09:48:152875browse

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'));

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!

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