Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File is not attached to email if fileupload is AJAX with 1 file only setting #1966

Open
simbus82 opened this issue Feb 13, 2018 · 1 comment

Comments

@simbus82
Copy link

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.

image

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

@simbus82
Copy link
Author

Same problem with Joomla 3.8.7. Maybe i need to try with a fabrik build from github?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant