Recent content by nesabydy

  1. N

    XF 2.3 The checkboxes are not displayed

    module Snuffleupagus get this error. someone knows which settings are causing this error?
  2. N

    XF 2.3 The checkboxes are not displayed

    <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...
  3. N

    XF 2.3 The checkboxes are not displayed

    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...
  4. N

    XF 2.3 The checkboxes are not displayed

    After importing the data and numerous cache rebuilds, my users have several groups, but they are not displayed in AC. 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...
  5. N

    Fixed MySQL search with multiple consecutive asterisks causes error

    Same v2.3.2 XF\Db\InvalidQueryException: MySQL query error [1064]: syntax error, unexpected '+', expecting FTS_TERM or FTS_NUMB or '*' in src/XF/Db/AbstractStatement.php at line 230 XF\Db\InvalidQueryException: MySQL query error [1064]: syntax error, unexpected '+', expecting FTS_TERM or...
Back
Top Bottom