Jump to content

Daniel F

Invision Community Team
  • Posts

    6,565
  • 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. We've fixed this for you via a ticket, for anybody else trying to uninstall this:

    1. Open extensions/core/Uninstall/Uninstall.php

    2. Search for $uninstall_url = \IPS\Request::i()->url(); and replace it with $uninstall_url = \IPS\Request::i()->url()->csrf();

  2. I've found following error in the MP test environment

    Error: Unsupported operand types (0)
    #0 /Users/danielf/Sites/localhost/mp/applications/core/extensions/core/Dashboard/BackgroundQueue.php(56): IPS\nbcontenttabs\extensions\core\Queue\_Delete->getProgress(Array, 0)
    #1 /Users/danielf/Sites/localhost/mp/applications/core/modules/admin/overview/dashboard.php(64): IPS\core\extensions\core\Dashboard\_BackgroundQueue->getBlock()
    #2 /Users/danielf/Sites/localhost/mp/system/Dispatcher/Controller.php(101): IPS\core\modules\admin\overview\_dashboard->manage()
    #3 /Users/danielf/Sites/localhost/mp/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #4 /Users/danielf/Sites/localhost/mp/admin/index.php(14): IPS\_Dispatcher->run()
    #5 {main}

     

     

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

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

     

     

×
×
  • Create New...