XF 2.3 The checkboxes are not displayed

nesabydy

Member
After importing the data and numerous cache rebuilds, my users have several groups, but they are not displayed in AC.
1723327610275.webp

As I understand it, any permissions of these groups do not work. For example, when creating notices with a filter for a role, the user, even having a role, will not be able to see the notice.

What steps should I take to understand what the error is? I put up a new clean forum with the same plugins and the checkboxes work there. Maybe the problem is in the cache, what needs to be rebuilt?
 
In your ticket you wrote that:



You will need to contact the add-on author for assistance.

It will need updating for 2.3.
no. the problem is not with plugins. as I wrote, everything works fine on a clean installation (WITH THE SAME PLUGINS) of the forum. even if you disable all plugins on the main one, the problem is not solved.

the same problem happens when configuring prefixes for threads. when opening the editor (*prefix for threads), they don't have any checkbox in sections (Applicable forums) or groups (Usable by user groups that I set up in advance. but at the same time, they work exactly in those threads that I have selected. as I said, maybe this is a problem in the cache? what should I rebuild to fix this
 
Bill Hader Popcorn GIF by Saturday Night Live
 
Code:
<xf:checkboxrow value="{{ [1,2] }}">
    <xf:options source="$userGroups" />
</xf:checkboxrow>

after spending some more time researching this error.
I began to realize that something was breaking arrays on my server. most likely it is some kind of php module or something similar.
code in message not working on my server, but on test work perfectly.
 
Back
Top Bottom