Jump to content

Kirill Gromov

Clients
  • Posts

    603
  • 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,633 profile views
  1. Have you tried it? Can you show me some code?
  2. Don't forget form tabs! https://invisioncommunity.com/forums/topic/480849-form-tabs/
  3. Thank you! I hope it will be fixed in the next beta!
  4. 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!
  5. +1 I think it happened after these changes https://invisioncommunity.com/forums/topic/480654-ipsuitabbar-changes/
  6. Hello. It's on my localhost installation. It's quite easy to reproduce - disable achievements.
  7. 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?
  8. In the user profile in the block on the left
  9. However, language strings are still exist: content_block_add_custom_type_php and content_block_add_custom_type_php_desc
×
×
  • Create New...