Jump to content

Kirill Gromov

Clients
  • Posts

    600
  • Joined

  • Days Won

    7

Kirill Gromov last won the day on March 3 2023

Kirill Gromov had the most liked content!

Contact Methods

Profile Information

  • Gender
    Male

Recent Profile Visitors

43,463 profile views
  1. Thank you! I hope it will be fixed in the next beta!
  2. Hello. I am developing a new login method with ButtonHandler class. When linking an account from the UCP, I get this error: Whoops\Exception\ErrorException thrown with message "Undefined array key "details"" Stacktrace: #4 Whoops\Exception\ErrorException in /usr/localhost/applications/core/modules/front/system/login.php:261 #3 Whoops\Run:handleError in /usr/localhost/applications/core/modules/front/system/login.php:262 #2 IPS\core\modules\front\system\login:link in /usr/localhost/system/Dispatcher/Controller.php:128 #1 IPS\Dispatcher\Controller:execute in /usr/localhost/system/Dispatcher/Dispatcher.php:169 #0 IPS\Dispatcher:run in /usr/localhost/index.php:16 Problem code: $handler->completeLink( $member, $details['details'] ); Which can be solved by adding such a before: $details['details'] = ''; I looked at where the $details array is formed from and here it is: $_SESSION['linkAccounts'] = json_encode( [ 'member' => $e->member->member_id, 'handler' => $e->handler->id ] ); There is no key 'details' here. Looks like it's a bug!
  3. +1 I think it happened after these changes https://invisioncommunity.com/forums/topic/480654-ipsuitabbar-changes/
  4. Hello. It's on my localhost installation. It's quite easy to reproduce - disable achievements.
  5. Hello. There were changes in the ips.ui.tabbar between beta 4 and beta 5. Should we adapt the html code of the tabs to the new js code? Or is it a bug?
  6. In the user profile in the block on the left
  7. However, language strings are still exist: content_block_add_custom_type_php and content_block_add_custom_type_php_desc
  8. @Esther E., is it possible to add more methods to the node listener?
  9. The same thing happens with some other templates, for example for forums/front/topics/post. They are not displayed because the templates fail to recognize the data-ips-hook points. This happens after updating from v4, since there are two such templates in db, and the last existing template from the database is taken, which does not contain data-ips-hook points.
  10. Hello. We see the method onCreateOrEdit on the content listener, but the model does not have a similar method? Why?
×
×
  • Create New...