Recent content by AndBegin

  1. A

    XF 2.2 InvalidArgumentException: Column 'user_id' is read only, can only be set with forceSet

    This code must be saved when saving the user settings, the transmitted data in the column, and the user database with the value from the input fields. value "test" I added myself in the database
  2. A

    XF 2.2 InvalidArgumentException: Column 'user_id' is read only, can only be set with forceSet

    Hello, when trying to add text to the database, an error occurs when saving. Error: InvalidArgumentException: Column 'user_id' is read only, can only be set with forceSet in src\XF\Mvc\Entity\Entity.php at line 612 My code: <?php namespace LKSWDQW\WM\XF\Pub\Controller; class Account extends...
  3. A

    XF 2.2 Is it possible to display users when searching for a keyword?

    Everything was simple in XenForo 1.5. I entered nic and got all available users whose nickname begins with nick But... How to do this under 2.x xenforo? code xf 1.5: <xen:if is="{$search.users}"> <xen:sidebar> <div class="section userResults avatarList"> <div...
Top Bottom