Problem with the "fileupload" field for joomla 3.6

rha2000

Member
Hello

I have problems with the "fileupload" field with the new version of fabrik for joomla 3.6.
The "fileupload" field work before the update but not now.
Also updated with the latest version of github.
Do you have detected a problem with the "fileupload" field?

Regards
 
Did you clear Joomla and browser cache, try an other browser?

Which problems?
Which php version?
 
Clean cache "joomla" and "browser" and continues the same.
PHP version is 5.3.29
In the attached image I show the error and the field is not shown.
 

Attachments

  • problem-fabrik.jpg
    problem-fabrik.jpg
    75.6 KB · Views: 162
The problem was in the following file:
./components/com_fabrik/js/form_1.js
Had the following code:

window.addEvent ('fabrik.loaded', function () {
Fabrik.addEvent ('fabrik.form.submit.start', function (form, e, BTN) {
Fabrik.loader.start (form.getBlock ());
return true;
});
});

By removing that code the problem was solved.

I do not remember added that code. I guess the problem was that he did not recognize "Fabrik" as an object or class.

Thanks for your help
 
That file somehow crept into github at some point, and then got removed. It shouldn't be there, it was a test on my development server.

Only a few people got caught out by this, as it was only in github for a few days.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top