Hi, You should provide values for Allowed File Types option. eg. pdf,docx,jpg,png like that.
I have provided those
Here is the image for the settings I use
View post on imgur.com
and here is the product link
http://lenshour.com/product/carrera-ca6637-frame/
You can see that it causes an error
None of the fields are required
That’s strange, but I am not able replicate that issue with my installation.
Is there any chance for you to view error_log .?
Yes I have the errors logs is it ok to post here or should I send it to you ?
Hi, for now use this filter to by pass file validation.
add_filter( 'wccpf/upload/validate', 'override_file_validation', 99, 3 );
function override_file_validation( $uploadedfile, $file_types, $mandatory ) {
return true;
}
I tried this but it seems that I do not get the file.
This is the error log:
“edited:
Hi, it doesn’t look like plugin issue.
Are you using managed hosting ( cpanel ).? or un managed ( VPS cloud ).?
error log contains lot Out Of Memory exceptions. does your server has enough memory.?
1. Try to allocate more memory for PHP. ( can be configured with php.ini )
2. Check whether you have proper file permission for your upload directory.