Home > Article > CMS Tutorial > 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!