Jump to content

Daniel F

Invision Community Team
  • Posts

    6,569
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Daniel F

  1. I'm working on the ticket right now, but to be fair, according to your system log it's def. a 3rd party issue:

    ArgumentCountError: Too few arguments to function IPS\core\modules\front\system\_register::_createMember(), 2 passed in /var/www/html/105119/init.php(893) : eval()'d code on line 26 and exactly 4 expected (0)
    #0 /var/www/html/105119/init.php(893) : eval()'d code(26): IPS\core\modules\front\system\_register::_createMember(Array, Array)
    #1 /var/www/html/105119/init.php(893) : eval()'d code(90): IPS\core\modules\front\system\hook1905::_createMember(Array, Array, NULL, Object(IPS\Helpers\Form))
    #2 /var/www/html/105119/init.php(893) : eval()'d code(15): IPS\core\modules\front\system\hook2764::_createMember(Array, Array, NULL, Object(IPS\Helpers\Form))
    #3 /var/www/html/105119/applications/core/modules/front/system/register.php(240): IPS\core\modules\front\system\hook2898::_createMember(Array, Array, NULL, Object(IPS\Helpers\Form))
    #4 /var/www/html/105119/applications/core/modules/front/system/register.php(174): IPS\core\modules\front\system\_register->_registrationForm(NULL)
    #5 /var/www/html/105119/system/Helpers/Wizard/Wizard.php(181): IPS\core\modules\front\system\_register->IPS\core\modules\front\system\{closure}(Array)
    #6 /var/www/html/105119/applications/core/modules/front/system/register.php(181): IPS\Helpers\_Wizard->__toString()
    #7 /var/www/html/105119/init.php(893) : eval()'d code(27): IPS\core\modules\front\system\_register->manage()
    #8 /var/www/html/105119/system/Dispatcher/Controller.php(101): IPS\core\modules\front\system\nexus_hook_register->manage()
    #9 /var/www/html/105119/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #10 /var/www/html/105119/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

    This error means literally that a plugin or application hooking the register::_createMember method is failing because it isn't compatible with IPS 4.5

  2. 8 hours ago, bern5 said:

    where is this setting?

     

    https://invisioncommunity.com/settings/links/

    8 hours ago, bern5 said:

    where is this setting?

     

     

    On 10/25/2020 at 8:50 PM, AndreasW said:

    I have the desired experience set up in Admin CP:

    image.png.ccafaf508b41153fa03de3cdbbb14f5b.png

     

    But I know each user can override this if they prefer the other options for whatever reason.


    I am afraid many are defaulted to one of those other methods since I have no idea how long I've had the Admin CP set up this way

     

    How can I sweep through and update everyone?

    You can change the default behaviour in the ACP => Members => Profiles => Profile Settings Tab.

     

     

  3. An issue was identified in this plugins upgrade code.

     

    You're iterating over almost all member rows in the step2 upgrade step which of course won't work on medium & big boards resulting in issues.

    foreach( \IPS\Db::i()->select( '*', 'core_members', array( 'warnLogs_tid>?', 0 ) ) as $row )
    			{
    				\IPS\Db::i()->insert( 'warnlog_membersdata', array(
    					'member_id'		=> $row['member_id'],
    					'topic_id'		=> $row['warnLogs_tid']
    				) );
    			}

     

  4. 2 minutes ago, ChrisTERiS said:

    Thank you for your reply. Unfortunately with new Marketplace in Admincp is difficult to install Application manually. I found the way to install Plugins but not Applications. And with automatic installation is impossible.

    It's the same approach for applications.

    upload.png

  5. 34 minutes ago, ibaker said:

    I am glad you know where it is @Daniel F because I can't find it...used the search settings in the ACP, looked in the Administrators group, looked in the registration settings, looked in my own user settings but nope, it is well and truly hidden

    There's a link to the Notification Settings when you open the Admin Notifications.
     

    settings.png

     

    There's also another link on the top on the notifications page

    settngs2.png

     

  6. There's already an own ACP permission for this.

    Only administrators with the "Can view and edit members' two factor authentication settings?" permission are able to see and edit this. If you're worried that your administrators could abuse the system, don't give them the permission to view and edit this 🙂 

×
×
  • Create New...