[div wfd-id="155"]Dear Support,[div wfd-id="154"]I found out that $fname = $config['fieldname']; in \plugins\chronoforms\admin\chronoforms\functions\upload\upload_output.php in Line 148 can be NULL.
I strongly suggest to make a check before the foreach.
Something like
Collie-IT
I strongly suggest to make a check before the foreach.
Something like
if(isset($fname) && is_array($fname) && sizeof($fname)>0){Best regards
foreach($fname as $keysData => $dataname){
Collie-IT
no, that should not be null, or you have some misconfig!
are you using the upload action or the global upload files ?
are you using the upload action or the global upload files ?
You need to login to be able to post a reply.