Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. You can create a second database instance to access your own tables. To gain easy access to it, just override the db() method in your own AR implementation. See also https://invisioncommunity.com/forums/topic/436728-custom-database-table-issue-with-ipsdbi/?do=findComment&comment=2684300 🙂
  2. You should be able to purchase it already.
  3. Daniel F replied to newbie LAC's post in a topic in Marketplace
    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}
  4. 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
  5. You can use icons and even emojis in the title field.
  6. https://invisioncommunity.com/settings/links/ You can change the default behaviour in the ACP => Members => Profiles => Profile Settings Tab.
  7. Since 4.5 users can configure where they want to be redirected https://invisioncommunity.com/settings/links/
  8. He means inside the ACP ( the new 4.5 ACP MP page) 🙂 This was suggested before and I think it's something what we want to look into.
  9. There’s at least one WhatsApp app/plugin in our marketplace
  10. Please submit a ticket and we’ll take a look
  11. You mean something like this? That's included in 4.5.4 which was released yesterday 🙂
  12. Daniel F replied to RocketStang's post in a topic in General Questions
    They could use the PM system, create a new folder for such notes and send themself a PM 😉
  13. Daniel F replied to Adriano Faria's post in a topic in Marketplace
    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'] ) ); }
  14. I would suggest to submit a ticket if you haven't changed anything and everything was working fine till yet
  15. You have posted this suggestion already
  16. Please submit a ticket so that we can take a look at this.
  17. The feature is called Topic Summary and you can edit the settings or disable this feature completely in your ACP on the Forum Settings Page.
  18. There’s no new version waiting for approval.
  19. Daniel F replied to ChrisTERiS's post in a topic in General Questions
    It's the same approach for applications.
  20. I guess it's fine, given it's only run in your own controllers where you're making sure to use POST requests for any state changes and any actions where data aren't just simply displayed to the user.
  21. Daniel F replied to Martin A.'s post in a topic in Marketplace
    Thx. That's quite strange, the content in doesn't contain anything suspectious.
  22. Daniel F replied to Martin A.'s post in a topic in Marketplace
    A similar issue was mentioned here Personally I haven't seen this ever before, only in the other topic and here.
  23. There's a link to the Notification Settings when you open the Admin Notifications. There's also another link on the top on the notifications page