Came across 2 errors after latest github update

Bauer

Well-Known Member
PHP Fatal error: Call to a member function get() on a non-object in /home/public_html/plugins/fabrik_form/php/php.php on line 166

Looks like you forgot to initialize $params in function onBeforeStore()

PHP Notice: Undefined property: stdClass::$fb_breakouts___practice_owned_by_system[]_raw in /home/public_html/plugins/fabrik_element/yesno/yesno.php on line 75

Getting this for all my Yes/No elements. Looks like your forgetting the yesno fullname has the brackets.
 
I see the 1st bug is fixed in the latest github update - thanks, guys.

I should have explained the 2nd bug a little better. And when I first wrote this I wasn't even sure what exactly was going on - only that I had a bunch of these error messages.

This was happening in the list view of a form that had yes/no elements contained in a repeat group (even though none of those elements were included as "show in list".)

I tried for hours today to try to fix it in code, then finally happened to try changing the setting for each of those yes/no elements.

For each yesno element I changed the "List view settings" - "Include in list query" to "No" and the problem is now 'fixed'.:)
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top