【发布时间】:2019-08-02 19:08:45
【问题描述】:
我在上传文件时遇到问题。 在错误日志中得到以下信息:
#1 is_uploaded_file() called at [/home/public_html/includes/classes/upload.php:86]
#2 upload->parse() called at [/home/public_html/manage/includes/modules/new_product_preview.php:148]
#3 require(/home/public_html/manage/includes/modules/new_product_preview.php) called at [/home/public_html/manage/product.php:120]
为文件上传设置的限制:
* file_uploads: On
* upload_max_filesize: 200M
* max_input_time: 60
* memory_limit: 1024M
* max_execution_time : 100000
* post_max_size: 200M
最大 2MB 的文件已成功上传,更大的文件未上传
【问题讨论】:
标签: file-upload zen-cart