• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

dbjoin rendered as checkboxes

I do not understand why I'm not getting any answers here while other subscribers get!!!!!!!
I have a bug while i'm filtering a list and I expect help. So someone can give me an hand?
 
If you like, I can copy and paste our last conversation on Skype several months ago, where I explained that I could no longer provide subscription support for you, due to the extremely complex and customized nature of your application, and that going forward, support would have to be done on a per-incident basis, charged by the hour. In that month, Rob and I spent almost 50 hours on your support issues, ALL of which bar one were eventually diagnosed as being caused by your customizations, rather than bugs in Fabrik itself. We simply cannot survive if we are providing you with our time at what amounts to approx $2/hour.

However, I will have a go at fixing this one, but I will need to set up yet another Akeeba clone of your site as an Eclipse project on my test server, so I can step through and debug the code locally.

NOTE - when I try and go to the COPIEPROD URL you reference, I am redirected to what appears to be the live site, without the COPIEPROD suffix in the URL. Is this intentional?

-- hugh
 
OK, I tried logging in to the backend of the COPIEPROD site to create an Akeeba backup, but none of the logins I have work for the backend.

-- hugh
 
Ok forget about that!
FYI, this bug isn't linked to any customization but I think I have fixed it.

I have added this fix in my server file (bold part of the code):
/components/com_fabrik/helpers/string.php

line 522
if ($commaSeparated && !is_array($values2)) {
$values2 = explode(',', $values2);
}

line 538
if ($commaSeparated) {
if( is_array($values) && !is_array($values2) )
$values2 = implode(',', $values2);
elseif( !is_array($values) && is_array($values2) )
$values2 = implode(',', $values2);
}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top