Bug in fabrik-bootstrap-grid.php

uschmi

Member
When using php list-plugin together with multiselect checkboxes in lists there occurs an error:
Warning: Division by zero in .../components/com_fabrik/layouts/fabrik-bootstrap-grid.php in line 13.

I made this workaround which works fine for me:
if ($d->columns > 0) { $span = floor(12 / $d->columns); }

Please correct this in the next release!
 
I can't replicate.
What do you mean with "using php list-plugin together with multiselect checkboxes in lists "?
Checkboxes are always multiselect.

Which Joomla and Fabrik version?
Which Joomla and Fabrik template?
 
Looks like this was a temporarily bug in github since this does not occur anymore, since I upgraded to Fabrikar 3.9.
... or it is fixed by Hugh now...

screenshot.png
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top