You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fileupload element is not working at all if is not in AJAX mode.
No file is written to the disk, no file attached to email, no record in DB.
If we set in AJAX mode, fileupload element works well, and files are written to the disk in the declared folder..
But no file is attached to email.
So we try to change number of allowed file for AJAX FileUpload to 2 (or more) and Fabrik start to record this data to a new db table "repeat" (see image) , that was good for store multiple file urls.
Only in this case, we can see an attachment to email when the form is sended.
So Fabrik is checking only this "repeat" table for attach some files to emails.
I can repeat this bug in all Fabrik installations that we have.
Fileupload element is not working at all if is not in AJAX mode.
No file is written to the disk, no file attached to email, no record in DB.
If we set in AJAX mode, fileupload element works well, and files are written to the disk in the declared folder..
But no file is attached to email.
So we try to change number of allowed file for AJAX FileUpload to 2 (or more) and Fabrik start to record this data to a new db table "repeat" (see image) , that was good for store multiple file urls.
Only in this case, we can see an attachment to email when the form is sended.
So Fabrik is checking only this "repeat" table for attach some files to emails.
I can repeat this bug in all Fabrik installations that we have.
Can you check if there is a bug?
Joomla 3.8.5
Fabrik 3.8
PHP 7.0
Apache 2.4
CentOS 6
Cpanel/WHM last build
The text was updated successfully, but these errors were encountered: