1064 Error (Juser/Usergroup Element)

polarweb

Jeremiah
Something odd and new after update. Not sure what it is but I am getting 1064's when trying to submit the form and its tied to the usergroup element. I have the usergroup element set to correct userid settings and the user id field is accessible to the user. Still no luck.

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3 SQL=SELECT `title` FROM `mine_usergroups` WHERE `id` IN ( )
 
Can you try editing ./plugins/fabrik_element/usergroup/usergroup.php, around line 89, you'll find this:

PHP:
            // Get the titles for the user groups.
            if (count($selected) > 0)

... try changing it to this:

PHP:
            // Get the titles for the user groups.
            if (!FArrayHelper::emptyish($selected))

... and let me know if that fixes it.

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

Thank you.

Members online

Back
Top