• 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.

Error messages above article with Fabrik content

Status
Not open for further replies.
OK, I think I finally tracked this one down, should be fixed in github.

https://github.com/Fabrik/fabrik/commit/19fcf6b510fb93a27383ac731da79473e34e4505

NOTE TO SELF - when we get the repeats from the posted data, we wind up with an array indexed by string representations of integers ... $defaultLabels['0'], etc ... even though the PHP docs say that string indexes of integer form will always be cast to integers. Then later in render() when we tested to see if we have $defaultLabels[0] ... we didn't. So the "unknown label' got used. Fix is to run $defaultLabels through array_values(). Which I think is OK, as I think the indexing of the posted data is always going to be sequential starting at 0, so the re-indexing is OK.

-- hugh
 
Hi Hugh,

I noticed that this "unknown label" problem still persists when no options are selected.
Hope it's possible to fix as you have already digged in to the code.

Thanks :)
 
Thanks, but now there is no visible value at all if value is selected. Also in databasejoin elements rendered as simple dropdown :(
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top