unacms / una

UNA Community Management System
https://unacms.com
MIT License
265 stars 153 forks source link

page/notifications-settings - Database query error #3123

Closed ghost closed 3 years ago

ghost commented 3 years ago

screenshot-www beta lgbtqiaplus community-2021 01 07-18-25-51

Error when going to notifications settings.

Query: SELECT COUNT(*) FROM bx_notifications_settings AS ts LEFT JOIN bx_notifications_handlers AS th ON ts.handler_id=th.id LEFT JOIN bx_notifications_settings2users AS tsu ON ts.id=tsu.setting_id WHERE ts.active='1' AND tsu.user_id=3 AND ts.delivery='site' AND ts.type='personal' GROUP BY group

Mysql error: Column 'group' in group statement is ambiguous

Location: The error was found in getOne function in the file /home/lgbtqia/public_html/beta/inc/classes/BxDolGrid.php at line 432.

collation_connection: utf8mb4_unicode_ci

Debug backtrace:

`Array ( [0] => Array ( [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolDb.php [line] => 1191 [function] => execute [class] => PDOStatement [type] => -> [args] => Array ( [0] => )

    )

[1] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolDb.php
        [line] => 1174
        [function] => executeStatementException
        [class] => BxDolDb
        [type] => ->
        [args] => Array
            (
                [0] => PDOStatement Object
                    (
                        [queryString] => SELECT COUNT(*)  FROM `bx_notifications_settings` AS `ts` LEFT JOIN `bx_notifications_handlers` AS `th` ON `ts`.`handler_id`=`th`.`id` LEFT JOIN `bx_notifications_settings2users` AS `tsu` ON `ts`.`id`=`tsu`.`setting_id` WHERE `ts`.`active`='1'  AND `tsu`.`user_id`=3 AND `ts`.`delivery`='site' AND `ts`.`type`='personal' GROUP BY `group`
                    )

                [1] => Array
                    (
                    )

                [2] => 
            )

    )

[2] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolDb.php
        [line] => 538
        [function] => executeStatement
        [class] => BxDolDb
        [type] => ->
        [args] => Array
            (
                [0] => PDOStatement Object
                    (
                        [queryString] => SELECT COUNT(*)  FROM `bx_notifications_settings` AS `ts` LEFT JOIN `bx_notifications_handlers` AS `th` ON `ts`.`handler_id`=`th`.`id` LEFT JOIN `bx_notifications_settings2users` AS `tsu` ON `ts`.`id`=`tsu`.`setting_id` WHERE `ts`.`active`='1'  AND `tsu`.`user_id`=3 AND `ts`.`delivery`='site' AND `ts`.`type`='personal' GROUP BY `group`
                    )

                [1] => Array
                    (
                    )

                [2] => 
                [3] => 1052
            )

    )

[3] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolDb.php
        [line] => 301
        [function] => res
        [class] => BxDolDb
        [type] => ->
        [args] => Array
            (
                [0] => PDOStatement Object
                    (
                        [queryString] => SELECT COUNT(*)  FROM `bx_notifications_settings` AS `ts` LEFT JOIN `bx_notifications_handlers` AS `th` ON `ts`.`handler_id`=`th`.`id` LEFT JOIN `bx_notifications_settings2users` AS `tsu` ON `ts`.`id`=`tsu`.`setting_id` WHERE `ts`.`active`='1'  AND `tsu`.`user_id`=3 AND `ts`.`delivery`='site' AND `ts`.`type`='personal' GROUP BY `group`
                    )

                [1] => Array
                    (
                    )

            )

    )

[4] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolGrid.php
        [line] => 432
        [function] => getOne
        [class] => BxDolDb
        [type] => ->
        [args] => Array
            (
                [0] => PDOStatement Object
                    (
                        [queryString] => SELECT COUNT(*)  FROM `bx_notifications_settings` AS `ts` LEFT JOIN `bx_notifications_handlers` AS `th` ON `ts`.`handler_id`=`th`.`id` LEFT JOIN `bx_notifications_settings2users` AS `tsu` ON `ts`.`id`=`tsu`.`setting_id` WHERE `ts`.`active`='1'  AND `tsu`.`user_id`=3 AND `ts`.`delivery`='site' AND `ts`.`type`='personal' GROUP BY `group`
                    )

            )

    )

[5] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolGrid.php
        [line] => 419
        [function] => _getDataSqCounter
        [class] => BxDolGrid
        [type] => ->
        [args] => Array
            (
                [0] => SELECT `tsu`.`id` AS `id`, `ts`.`group` AS `group`, `ts`.`id` AS `setting_id`, `ts`.`type` AS `type`, `ts`.`delivery` AS `delivery`, `ts`.`title` AS `title`, `tsu`.`active` AS `active`, `ts`.`order` AS `order`, `th`.`alert_unit` AS `unit`, `th`.`alert_action` AS `action` FROM `bx_notifications_settings` AS `ts` LEFT JOIN `bx_notifications_handlers` AS `th` ON `ts`.`handler_id`=`th`.`id` LEFT JOIN `bx_notifications_settings2users` AS `tsu` ON `ts`.`id`=`tsu`.`setting_id` WHERE `ts`.`active`='1'  AND `tsu`.`user_id`=3 AND `ts`.`delivery`='site' AND `ts`.`type`='personal' GROUP BY `group`
                [1] => 
            )

    )

[6] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/modules/boonex/notifications/classes/BxNtfsGridSettingsAdministration.php
        [line] => 212
        [function] => _getDataSql
        [class] => BxDolGrid
        [type] => ->
        [args] => Array
            (
                [0] => 
                [1] => 
                [2] => ASC
                [3] => 0
                [4] => 101
            )

    )

[7] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/modules/boonex/notifications/classes/BxNtfsGridSettingsCommon.php
        [line] => 40
        [function] => _getDataSql
        [class] => BxNtfsGridSettingsAdministration
        [type] => ->
        [args] => Array
            (
                [0] => 
                [1] => 
                [2] => ASC
                [3] => 0
                [4] => 101
            )

    )

[8] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolGrid.php
        [line] => 338
        [function] => _getDataSql
        [class] => BxNtfsGridSettingsCommon
        [type] => ->
        [args] => Array
            (
                [0] => 
                [1] => 
                [2] => ASC
                [3] => 0
                [4] => 101
            )

    )

[9] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/template/scripts/BxBaseGrid.php
        [line] => 141
        [function] => _getData
        [class] => BxDolGrid
        [type] => ->
        [args] => Array
            (
                [0] => 
                [1] => 
                [2] => ASC
                [3] => 0
                [4] => 101
            )

    )

[10] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/modules/boonex/notifications/classes/BxNtfsTemplate.php
        [line] => 71
        [function] => getCode
        [class] => BxBaseGrid
        [type] => ->
        [args] => Array
            (
            )

    )

[11] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolModuleProxy.php
        [line] => 49
        [function] => getSettingsBlock
        [class] => BxNtfsTemplate
        [type] => ->
        [args] => Array
            (
                [0] => site
                [1] => Array
                    (
                        [user_id] => 3
                    )

            )

    )

[12] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/modules/boonex/notifications/classes/BxNtfsModule.php
        [line] => 355
        [function] => __call
        [class] => BxDolModuleProxy
        [type] => ->
        [args] => Array
            (
                [0] => getSettingsBlock
                [1] => Array
                    (
                        [0] => site
                        [1] => Array
                            (
                                [user_id] => 3
                            )

                    )

            )

    )

[13] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/modules/boonex/notifications/classes/BxNtfsModule.php
        [line] => 140
        [function] => getBlockSettings
        [class] => BxNtfsModule
        [type] => ->
        [args] => Array
            (
                [0] => site
                [1] => Array
                    (
                        [user_id] => 3
                    )

            )

    )

[14] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolRequest.php
        [line] => 129
        [function] => serviceGetBlockSettings
        [class] => BxNtfsModule
        [type] => ->
        [args] => Array
            (
            )

    )

[15] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolRequest.php
        [line] => 57
        [function] => _perform
        [class] => BxDolRequest
        [type] => ::
        [args] => Array
            (
                [0] => Array
                    (
                        [id] => 12
                        [type] => module
                        [name] => bx_notifications
                        [title] => Notifications
                        [vendor] => BoonEx
                        [version] => 12.0.0
                        [help_url] => http://feed.una.io/?section={module_name}
                        [path] => boonex/notifications/
                        [uri] => notifications
                        [class_prefix] => BxNtfs
                        [db_prefix] => bx_notifications_
                        [lang_category] => Notifications
                        [dependencies] => 
                        [date] => 1603635726
                        [enabled] => 1
                        [pending_uninstall] => 0
                        [hash] => 
                    )

                [1] => BxNtfsModule
                [2] => serviceGetBlockSettings
                [3] => Array
                    (
                    )

                [4] => 
            )

    )

[16] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolService.php
        [line] => 52
        [function] => processAsService
        [class] => BxDolRequest
        [type] => ::
        [args] => Array
            (
                [0] => Array
                    (
                        [id] => 12
                        [type] => module
                        [name] => bx_notifications
                        [title] => Notifications
                        [vendor] => BoonEx
                        [version] => 12.0.0
                        [help_url] => http://feed.una.io/?section={module_name}
                        [path] => boonex/notifications/
                        [uri] => notifications
                        [class_prefix] => BxNtfs
                        [db_prefix] => bx_notifications_
                        [lang_category] => Notifications
                        [dependencies] => 
                        [date] => 1603635726
                        [enabled] => 1
                        [pending_uninstall] => 0
                        [hash] => 
                    )

                [1] => serviceGetBlockSettings
                [2] => Array
                    (
                    )

                [3] => Module
            )

    )

[17] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolService.php
        [line] => 82
        [function] => call
        [class] => BxDolService
        [type] => ::
        [args] => Array
            (
                [0] => bx_notifications
                [1] => get_block_settings
                [2] => Array
                    (
                    )

                [3] => Module
                [4] => 
            )

    )

[18] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/template/scripts/BxBasePage.php
        [line] => 663
        [function] => callSerialized
        [class] => BxDolService
        [type] => ::
        [args] => Array
            (
                [0] => a:2:{s:6:"module";s:16:"bx_notifications";s:6:"method";s:18:"get_block_settings";}
                [1] => Array
                    (
                    )

            )

    )

[19] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/template/scripts/BxBasePage.php
        [line] => 426
        [function] => _getBlockService
        [class] => BxBasePage
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                        [id] => 148
                        [object] => bx_notifications_settings
                        [cell_id] => 2
                        [module] => bx_notifications
                        [title_system] => 
                        [title] => _bx_ntfs_page_block_title_settings
                        [designbox_id] => 13
                        [submenu] => 
                        [tabs] => 0
                        [async] => 0
                        [visible_for_levels] => 2147483644
                        [hidden_on] => 
                        [type] => service
                        [content] => a:2:{s:6:"module";s:16:"bx_notifications";s:6:"method";s:18:"get_block_settings";}
                        [text] => 
                        [text_updated] => 0
                        [deletable] => 0
                        [copyable] => 1
                        [active] => 1
                        [order] => 1
                    )

            )

    )

[20] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/template/scripts/BxBasePage.php
        [line] => 357
        [function] => _getBlockCode
        [class] => BxBasePage
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                        [id] => 148
                        [object] => bx_notifications_settings
                        [cell_id] => 2
                        [module] => bx_notifications
                        [title_system] => 
                        [title] => _bx_ntfs_page_block_title_settings
                        [designbox_id] => 13
                        [submenu] => 
                        [tabs] => 0
                        [async] => 0
                        [visible_for_levels] => 2147483644
                        [hidden_on] => 
                        [type] => service
                        [content] => a:2:{s:6:"module";s:16:"bx_notifications";s:6:"method";s:18:"get_block_settings";}
                        [text] => 
                        [text_updated] => 0
                        [deletable] => 0
                        [copyable] => 1
                        [active] => 1
                        [order] => 1
                    )

                [1] => 0
            )

    )

[21] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/template/scripts/BxBasePage.php
        [line] => 388
        [function] => _getPageCodeVars
        [class] => BxBasePage
        [type] => ->
        [args] => Array
            (
            )

    )

[22] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/template/scripts/BxBasePage.php
        [line] => 122
        [function] => _getPageCode
        [class] => BxBasePage
        [type] => ->
        [args] => Array
            (
            )

    )

[23] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/inc/classes/BxDolPage.php
        [line] => 254
        [function] => getCode
        [class] => BxBasePage
        [type] => ->
        [args] => Array
            (
            )

    )

[24] => Array
    (
        [file] => /home/lgbtqia/public_html/beta/page.php
        [line] => 20
        [function] => displayPage
        [class] => BxDolPage
        [type] => ->
        [args] => Array
            (
            )

    )

)`

Settings:

`array ( 'sys_cron_time' => '1610043781', 'sys_install_time' => '1603633214', 'sys_upgrade_channel' => 'beta', 'sys_revision' => '18', 'sys_eq_time' => '0', 'sys_push_queue_time' => '0', 'sys_ftp_login' => '', 'sys_ftp_password' => '', 'sys_ftp_dir' => '', 'sys_template_cache_image_enable' => '', 'sys_template_cache_image_max_size' => '5', 'sys_email_attachable_email_templates' => 'bx_timeline_send', 'sys_redirect_after_account_added' => 'page.php?i=account-profile-switcher&register=1', 'sys_redirect_after_email_confirmation' => '', 'sys_editor_default' => 'sys_tinymce', 'sys_captcha_default' => 'sys_recaptcha_new', 'sys_player_default' => 'sys_html5', 'sys_player_default_format' => 'sd', 'sys_live_updates_interval' => '10000', 'sys_tinymce_plugins_mini' => 'autolink,image,link,lists,paste,fullscreen', 'sys_tinymce_toolbar_mini' => 'bold italic underline removeformat | bullist numlist | alignleft aligncenter alignright | blockquote | link unlink image | fullscreen', 'sys_tinymce_plugins_standard' => 'advlist,autolink,autosave,code,hr,image,link,lists,media,paste,fullscreen', 'sys_tinymce_toolbar_standard' => 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | fullscreen', 'sys_tinymce_plugins_full' => 'advlist,anchor,autolink,autoresize,autosave,charmap,code,emoticons,hr,image,link,lists,media,nonbreaking,pagebreak,preview,paste,save,searchreplace,table,textcolor,visualblocks,fullscreen', 'sys_tinymce_toolbar_full' => 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image, preview media | forecolor emoticons | fullscreen', 'sys_search_keyword_min_len' => '1', 'sys_relations' => 'bx_persons_bx_persons', 'enable_gd' => 'on', 'sys_transcoder_queue_storage' => '', 'sys_session_lifetime_in_min' => '129600', 'sys_account_activation_letter' => 'on', 'site_email_html_template_header' => '

<body bgcolor="#eee" style="margin:0; padding:0;">
    <div style="padding:20px; background-color:#eee;">
        <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
            <tr><td valign="top">
                <div style="color:#333; padding:20px; border:1px solid #ccc; border-radius:3px; background-color:#fff; font:14px Helvetica, Arial, sans-serif;">
                    <div style="border-bottom:2px solid #eee; padding-bottom:10px; margin-bottom:20px; font-weight:bold; font-size:22px; color:#999;">{site_name}</div>',

'site_email_html_template_footer' => '

{about_us} {unsubscribe}
        </table>
    </div>
</body>

', 'sys_site_logo' => '0', 'sys_site_logo_alt' => '0', 'sys_site_icon' => '0', 'sys_site_logo_width' => '240', 'sys_site_logo_height' => '48', 'sys_site_splash_code' => '

__logo__
__join_form_in_box__
', 'sys_site_splash_enabled' => '', 'sys_site_cover_common' => '12', 'sys_unit_cover_profile' => '13', 'lang_default' => 'en', 'lang_subst_from_en' => 'on', 'sys_format_date' => 'D MMM YYYY', 'sys_format_time' => 'HH:mm', 'sys_format_datetime' => 'D MMM YYYY h:mm:ss a', 'sys_format_timeago' => '432000000', 'template' => 'protean', 'sys_db_cache_enable' => 'on', 'sys_db_cache_engine' => 'File', 'sys_cache_memcache_host' => '', 'sys_cache_memcache_port' => '11211', 'sys_page_cache_enable' => 'on', 'sys_page_cache_engine' => 'File', 'sys_pb_cache_enable' => 'on', 'sys_pb_cache_engine' => 'File', 'sys_template_cache_enable' => 'on', 'sys_template_cache_engine' => 'FileHtml', 'sys_template_cache_css_enable' => 'on', 'sys_template_cache_js_enable' => 'on', 'sys_template_cache_minify_css_enable' => 'on', 'sys_template_cache_minify_js_enable' => 'on', 'sys_template_cache_compress_enable' => 'on', 'sys_oauth_key' => 'fj7unxhgka', 'sys_oauth_secret' => 'fuca24j9rjvbem5guz4pzrjmimfbesgz', 'currency_code' => 'USD', 'currency_sign' => '£', 'client_image_resize_width' => '0', 'client_image_resize_height' => '0', 'useLikeOperator' => 'on', 'sys_default_payment' => '', 'sys_maps_api_key' => 'AIzaSyCW_nAkmjCz6TZP5tO4NYH0CjBP07hbJ8w', 'sys_embed_default' => 'sys_embedly', 'sys_embedly_api_key' => '', 'sys_iframely_api_key' => '', 'permalinks_pages' => 'on', 'permalinks_modules' => 'on', 'permalinks_storage' => 'on', 'sys_security_form_token_enable' => 'on', 'sys_security_form_token_lifetime' => '86400', 'sys_recaptcha_key_public' => '6LcRGdsZAAAAAESJ5DdagrBBpaZZv768Nl1QQydE', 'sys_recaptcha_key_private' => '6LcRGdsZAAAAAPTHUO046XLBxskjyf9SjpeHpWXA', 'sys_add_nofollow' => 'on', 'site_title' => 'LGBTQIA+ Community Dev', 'site_email' => 'bambie.murphy@lgbtqiaplus.community', 'site_email_notify' => 'thewebsite@beta.lgbtqiaplus.community', 'site_tour_home' => 'on', 'site_tour_studio' => '', 'site_login_social_compact' => 'on', 'sys_autoupdate' => '', 'sys_autoupdate_force_modified_files' => '', 'smart_app_banner' => '', 'smart_app_banner_ios_app_id' => '', 'sys_per_page_search_keyword_single' => '24', 'sys_per_page_search_keyword_plural' => '3', 'sys_metatags_hashtags_max' => '9', 'sys_metatags_mentions_max' => '9', 'sys_profile_bot' => '2', 'sys_hide_post_to_context_for_privacy' => '', 'sys_storage_default' => 'Local', 'sys_storage_s3_access_key' => '', 'sys_storage_s3_secret_key' => '', 'sys_storage_s3_bucket' => '', 'sys_storage_s3_domain' => '', 'sys_account_online_time' => '5', 'sys_account_autoapproval' => '', 'sys_account_confirmation_type' => 'email', 'sys_account_activation_2fa_enable' => '', 'sys_account_auto_profile_creation' => 'on', 'sys_account_hide_unconfirmed_accounts' => 'on', 'sys_account_default_profile_type' => 'bx_persons', 'sys_account_limit_profiles_number' => '2', 'sys_account_limit_incorrect_login_attempts' => '6', 'sys_acl_expire_notification_days' => '1', 'sys_acl_expire_notify_once' => 'on', 'enable_notification_pruning' => 'on', 'enable_notification_account' => 'on', 'sys_eq_send_per_start' => '500', 'sys_eq_send_per_start_to_recipient' => '2', 'sys_push_app_id' => '9a1c4bc9-de7e-48b7-a8d0-49a303d7b2a2', 'sys_push_rest_api' => 'MmQzZDhkMGItMzRiYi00YzU1LTljNTAtZmNmODk1OTI4ZGUy', 'sys_push_short_name' => 'www.beta.lgbtqiaplus.community', 'sys_push_safari_id' => 'web.onesignal.auto.245258f0-6c6a-439f-986f-895149dbff04', 'sys_push_queue_send_per_start' => '500', 'sys_push_queue_send_per_start_to_recipient' => '2', 'sys_twilio_gate_sid' => '', 'sys_twilio_gate_token' => '', 'sys_twilio_gate_from_number' => '', 'sys_audit_enable' => '', 'sys_audit_max_records' => '10000', 'sys_audit_days_before_expire' => '365', 'sys_audit_acl_levels' => '7,8', 'bx_en_switcher_title' => 'English', 'bx_protean_switcher_title' => 'Protean', 'bx_protean_default_mix' => '4', 'bx_protean_general_item_bg_color_hover' => 'rgba(0, 0, 0, 0.03)', 'bx_protean_general_item_bg_color_active' => 'rgba(243, 244, 245, 1)', 'bx_protean_general_item_bg_color_disabled' => 'rgba(0, 0, 0, 0.05)', 'bx_protean_header_height' => '4rem', 'bx_protean_header_content_padding' => '0.5rem 0px 0.5rem 0px', 'bx_protean_header_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_header_bg_image' => '0', 'bx_protean_header_bg_image_repeat' => 'no-repeat', 'bx_protean_header_bg_image_attachment' => 'scroll', 'bx_protean_header_bg_image_size' => 'cover', 'bx_protean_site_logo' => '0', 'bx_protean_site_logo_alt' => '', 'bx_protean_site_logo_width' => '240', 'bx_protean_site_logo_height' => '48', 'bx_protean_header_border_color' => 'rgba(136, 153, 170, 0.3)', 'bx_protean_header_border_size' => '1px', 'bx_protean_header_shadow' => 'none', 'bx_protean_header_icon_color' => 'rgba(51, 68, 85, 1)', 'bx_protean_header_icon_color_hover' => 'rgba(51, 68, 85, 0.8)', 'bx_protean_header_link_color' => 'rgba(51, 68, 85, 1)', 'bx_protean_header_link_color_hover' => 'rgba(51, 68, 85, 0.8)', 'bx_protean_footer_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_footer_bg_image' => '0', 'bx_protean_footer_bg_image_repeat' => 'no-repeat', 'bx_protean_footer_bg_image_attachment' => 'scroll', 'bx_protean_footer_bg_image_size' => 'cover', 'bx_protean_footer_content_padding' => '1rem', 'bx_protean_footer_border_color' => 'rgba(136, 153, 170, 0.3)', 'bx_protean_footer_border_size' => '1px', 'bx_protean_footer_shadow' => 'none', 'bx_protean_footer_font_color' => 'rgba(51, 68, 85, 1)', 'bx_protean_footer_icon_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_footer_icon_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_footer_link_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_footer_link_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_body_bg_color' => 'rgb(248, 252, 255)', 'bx_protean_body_bg_image' => '0', 'bx_protean_body_bg_image_repeat' => 'no-repeat', 'bx_protean_body_bg_image_attachment' => 'scroll', 'bx_protean_body_bg_image_size' => 'cover', 'bx_protean_page_width' => '100%', 'bx_protean_body_icon_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_body_icon_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_body_link_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_body_link_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_cover_height' => '30vh', 'bx_protean_cover_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_cover_content_padding' => '2rem 3rem 2rem 3rem', 'bx_protean_cover_border_color' => 'rgba(136, 153, 170, 0.3)', 'bx_protean_cover_border_size' => '0px 1px 0px 1px', 'bx_protean_cover_border_radius' => '0px', 'bx_protean_cover_shadow' => '0px 0px 3px 0px rgba(51, 68, 85, 0.1)', 'bx_protean_cover_icon_border_color' => 'rgba(208, 208, 208, 1)', 'bx_protean_cover_icon_border_size' => '1px', 'bx_protean_cover_icon_border_radius' => '3px', 'bx_protean_cover_icon_shadow' => 'none', 'bx_protean_cover_text_align' => 'center', 'bx_protean_cover_text_shadow' => '0px 1px 3px rgba(0, 0, 0, .3)', 'bx_protean_cover_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_cover_font_size' => '2.0rem', 'bx_protean_cover_font_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_cover_font_weight' => '700', 'bx_protean_block_bg_color' => 'rgba(255, 255, 255, 0.9)', 'bx_protean_block_bg_image' => '0', 'bx_protean_block_bg_image_repeat' => 'no-repeat', 'bx_protean_block_bg_image_attachment' => 'scroll', 'bx_protean_block_bg_image_size' => 'cover', 'bx_protean_block_content_padding' => '1rem', 'bx_protean_block_border_color' => 'rgba(0, 0, 0, 0.1)', 'bx_protean_block_border_size' => '1px', 'bx_protean_block_border_radius' => '5px', 'bx_protean_block_shadow' => '0px 2px 12px 0px rgba(0, 0, 0, 0.05)', 'bx_protean_block_title_bg_color' => 'rgba(252, 253, 254, 0)', 'bx_protean_block_title_padding' => '0.2rem 1rem 0.2rem 1rem', 'bx_protean_block_title_border_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_block_title_border_size' => '0px', 'bx_protean_block_title_border_radius' => '4px 4px 0px 0px', 'bx_protean_block_title_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_block_title_font_size' => '1.25rem', 'bx_protean_block_title_font_color' => 'rgba(40, 60, 80, 0.9)', 'bx_protean_block_title_font_weight' => '500', 'bx_protean_block_title_div_height' => '0px', 'bx_protean_block_title_div_bg_color' => 'rgba(255, 255, 255, 0)', 'bx_protean_card_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_card_bg_color_hover' => 'rgba(255, 255, 255, 0.8)', 'bx_protean_card_bg_image' => '0', 'bx_protean_card_bg_image_repeat' => 'no-repeat', 'bx_protean_card_bg_image_attachment' => 'scroll', 'bx_protean_card_bg_image_size' => 'cover', 'bx_protean_card_content_padding' => '1rem', 'bx_protean_card_border_color' => 'rgba(0, 0, 0, 0.1)', 'bx_protean_card_border_size' => '1px', 'bx_protean_card_border_radius' => '5px', 'bx_protean_card_shadow' => '0px 1px 4px 0px rgba(0, 0, 0, 0.05)', 'bx_protean_popup_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_popup_bg_image' => '0', 'bx_protean_popup_bg_image_repeat' => 'no-repeat', 'bx_protean_popup_bg_image_attachment' => 'scroll', 'bx_protean_popup_bg_image_size' => 'cover', 'bx_protean_popup_content_padding' => '1.25rem', 'bx_protean_popup_border_color' => 'rgba(119, 136, 153, 0.3)', 'bx_protean_popup_border_size' => '1px', 'bx_protean_popup_border_radius' => '5px', 'bx_protean_popup_shadow' => '0px 0px 3px 0px rgba(51, 68, 85, 0.1)', 'bx_protean_popup_title_bg_color' => 'rgba(40, 60, 80, 0.9)', 'bx_protean_popup_title_padding' => '1.25rem', 'bx_protean_popup_title_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_popup_title_font_size' => '1.5rem', 'bx_protean_popup_title_font_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_menu_main_bg_color' => 'rgba(255, 255, 255, 0.9)', 'bx_protean_menu_main_bg_image' => '0', 'bx_protean_menu_main_bg_image_repeat' => 'no-repeat', 'bx_protean_menu_main_bg_image_attachment' => 'scroll', 'bx_protean_menu_main_bg_image_size' => 'cover', 'bx_protean_menu_main_content_padding' => '0px', 'bx_protean_menu_main_border_color' => 'rgba(208, 208, 208, 1)', 'bx_protean_menu_main_border_size' => '0px', 'bx_protean_menu_main_shadow' => 'none', 'bx_protean_menu_main_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_menu_main_font_size' => '0.875rem', 'bx_protean_menu_main_font_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_menu_main_font_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_menu_main_font_color_active' => 'rgba(51, 68, 85, 1)', 'bx_protean_menu_main_font_shadow' => 'none', 'bx_protean_menu_main_font_weight' => '400', 'bx_protean_menu_account_bg_color' => 'rgba(255, 255, 255, 0.95)', 'bx_protean_menu_account_bg_image' => '0', 'bx_protean_menu_account_bg_image_repeat' => 'no-repeat', 'bx_protean_menu_account_bg_image_attachment' => 'scroll', 'bx_protean_menu_account_bg_image_size' => 'cover', 'bx_protean_menu_account_content_padding' => '0px', 'bx_protean_menu_account_border_color' => 'rgba(208, 208, 208, 1)', 'bx_protean_menu_account_border_size' => '0px', 'bx_protean_menu_account_shadow' => 'none', 'bx_protean_menu_account_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_menu_account_font_size' => '1.0rem', 'bx_protean_menu_account_font_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_menu_account_font_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_menu_account_font_color_active' => 'rgba(51, 68, 85, 1)', 'bx_protean_menu_account_font_shadow' => 'none', 'bx_protean_menu_account_font_weight' => '400', 'bx_protean_menu_page_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_menu_page_bg_image' => '0', 'bx_protean_menu_page_bg_image_repeat' => 'no-repeat', 'bx_protean_menu_page_bg_image_attachment' => 'scroll', 'bx_protean_menu_page_bg_image_size' => 'cover', 'bx_protean_menu_page_content_padding' => '0px', 'bx_protean_menu_page_border_color' => 'rgba(136, 153, 170, 0.3)', 'bx_protean_menu_page_border_size' => '1px', 'bx_protean_menu_page_shadow' => '0px 0px 3px 0px rgba(51, 68, 85, 0.1)', 'bx_protean_menu_page_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_menu_page_font_size' => '1.0rem', 'bx_protean_menu_page_font_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_menu_page_font_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_menu_page_font_color_active' => 'rgba(51, 68, 85, 1)', 'bx_protean_menu_page_font_shadow' => 'none', 'bx_protean_menu_page_font_weight' => '400', 'bx_protean_menu_slide_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_menu_slide_bg_image' => '0', 'bx_protean_menu_slide_bg_image_repeat' => 'no-repeat', 'bx_protean_menu_slide_bg_image_attachment' => 'scroll', 'bx_protean_menu_slide_bg_image_size' => 'cover', 'bx_protean_menu_slide_content_padding' => '1.25rem', 'bx_protean_menu_slide_border_color' => 'rgba(136, 153, 170, 0.3)', 'bx_protean_menu_slide_border_size' => '1px 0px 1px 0px', 'bx_protean_menu_slide_shadow' => 'none', 'bx_protean_menu_slide_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_menu_slide_font_size' => '1.0rem', 'bx_protean_menu_slide_font_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_menu_slide_font_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_menu_slide_font_color_active' => 'rgba(51, 68, 85, 1)', 'bx_protean_menu_slide_font_shadow' => 'none', 'bx_protean_menu_slide_font_weight' => '400', 'bx_protean_form_input_height' => '2.5rem', 'bx_protean_form_input_bg_color' => 'rgba(245, 250, 255, 0.5)', 'bx_protean_form_input_bg_color_active' => 'rgba(255, 255, 255, 1)', 'bx_protean_form_input_border_color' => 'rgba(136, 153, 170, 0.3)', 'bx_protean_form_input_border_color_active' => 'rgba(68, 136, 255, 1)', 'bx_protean_form_input_border_size' => '1px', 'bx_protean_form_input_shadow' => 'inset 0px 0px 2px 1px rgba(0, 0, 0, 0.01)', 'bx_protean_form_input_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_form_input_font_size' => '1rem', 'bx_protean_form_input_font_color' => 'rgba(51, 68, 85, 1)', 'bx_protean_form_input_editor_skin' => '', 'bx_protean_button_lg_height' => '2.5rem', 'bx_protean_button_lg_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_button_lg_bg_color_hover' => 'rgba(243, 244, 245, 0.8)', 'bx_protean_button_lg_border_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_button_lg_border_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_button_lg_border_size' => '1px', 'bx_protean_button_lg_border_radius' => '5px', 'bx_protean_button_lg_shadow' => 'none', 'bx_protean_button_lg_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_button_lg_font_size' => '1rem', 'bx_protean_button_lg_font_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_button_lg_font_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_button_lg_font_shadow' => 'none', 'bx_protean_button_lg_font_weight' => '400', 'bx_protean_button_sm_height' => '1.5rem', 'bx_protean_button_sm_bg_color' => 'rgba(255, 255, 255, 1)', 'bx_protean_button_sm_bg_color_hover' => 'rgba(243, 244, 245, 0.8)', 'bx_protean_button_sm_border_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_button_sm_border_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_button_sm_border_size' => '1px', 'bx_protean_button_sm_border_radius' => '3px', 'bx_protean_button_sm_shadow' => 'none', 'bx_protean_button_sm_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_button_sm_font_size' => '0.75rem', 'bx_protean_button_sm_font_color' => 'rgba(68, 136, 255, 1)', 'bx_protean_button_sm_font_color_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_button_sm_font_shadow' => 'none', 'bx_protean_button_sm_font_weight' => '400', 'bx_protean_font_family' => '"Helvetica Neue", sans-serif', 'bx_protean_font_size_default' => '16px', 'bx_protean_font_color_default' => 'rgba(51, 68, 85, 1)', 'bx_protean_font_color_grayed' => 'rgba(51, 68, 85, 0.5)', 'bx_protean_font_color_contrasted' => 'rgba(243, 244, 245, 1)', 'bx_protean_font_size_small' => '12px', 'bx_protean_font_size_middle' => '14px', 'bx_protean_font_size_large' => '20px', 'bx_protean_font_size_h1' => '32px', 'bx_protean_font_weight_h1' => '700', 'bx_protean_font_color_default_h1' => 'rgba(17, 34, 51, 1)', 'bx_protean_font_color_grayed_h1' => 'rgba(17, 34, 51, 0.5)', 'bx_protean_font_color_contrasted_h1' => 'rgba(243, 244, 245, 1)', 'bx_protean_font_color_link_h1' => 'rgba(68, 136, 255, 1)', 'bx_protean_font_color_link_h1_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_font_size_h2' => '28px', 'bx_protean_font_weight_h2' => '700', 'bx_protean_font_color_default_h2' => 'rgba(17, 34, 51, 1)', 'bx_protean_font_color_grayed_h2' => 'rgba(17, 34, 51, 0.5)', 'bx_protean_font_color_contrasted_h2' => 'rgba(243, 244, 245, 1)', 'bx_protean_font_color_link_h2' => 'rgba(68, 136, 255, 1)', 'bx_protean_font_color_link_h2_hover' => 'rgba(68, 136, 255, 0.5)', 'bx_protean_font_size_h3' => '24px', 'bx_protean_font_weight_h3' => '700', 'bx_protean_font_color_default_h3' => 'rgba(17, 34, 51, 1)', 'bx_protean_font_color_grayed_h3' => 'rgba(17, 34, 51, 0.5)', 'bx_protean_font_color_contrasted_h3' => 'rgba(243, 244, 245, 1)', 'bx_protean_font_color_link_h3' => 'rgba(68, 136, 255, 1)', 'bx_protean_font_color_link_h3_hover' => 'rgba(68, 136, 255, 0.8)', 'bx_protean_styles_custom' => 'div.bx-base-pofile-cover { border: 1px solid rgba(136, 153, 170, 0.3); border-bottom-width: 0; } div.bx-market-unit-cover div.bx-base-text-unit-no-thumb { border-width: 0px; } .bx-def-font { line-height:18px; line-height:1.125rem; } h1, .bx-def-font-h1 { line-height:36px; line-height:2.25rem; } h2, .bx-def-font-h2 { line-height:27px; line-height:1.6875rem; } h3, .bx-def-font-h3 { line-height:20.25px; line-height:1.265625rem; } ul.bx-menu-object-sys_vote_reactions_do { font-size: medium;} }', 'bx_protean_vpt_font_size_scale' => '100%', 'bx_protean_vpm_font_size_scale' => '87.5%', 'bx_persons_autoapproval' => 'on', 'bx_persons_default_acl_level' => '3', 'bx_persons_redirect_aadd' => 'profile', 'bx_persons_redirect_aadd_custom_url' => '', 'bx_persons_num_connections_quick' => '6', 'bx_persons_per_page_browse' => '24', 'bx_persons_num_rss' => '10', 'bx_persons_per_page_browse_showcase' => '32', 'bx_persons_per_page_browse_recommended' => '10', 'bx_persons_searchable_fields' => 'fullname,description', 'bx_persons_public_subscriptions' => 'on', 'bx_persons_public_subscribed_me' => 'on', 'bx_persons_enable_profile_activation_letter' => 'on', 'bx_smtp_on' => 'on', 'bx_smtp_auth' => 'on', 'bx_smtp_username' => 'thewebsite@beta.lgbtqiaplus.community', 'bx_smtp_password' => 'Booboo@03062019', 'bx_smtp_host' => 'beta.lgbtqiaplus.community', 'bx_smtp_port' => '465', 'bx_smtp_secure' => 'SSL', 'bx_smtp_allow_selfsigned' => 'on', 'bx_smtp_from_name' => 'LGBTQIA+ Community Beta Program', 'bx_smtp_from_email' => 'thewebsite@beta.lgbtqiaplus.community', 'bx_contact_email' => 'thewebsite@beta.lgbtqiaplus.community', 'bx_contact_add_reply_to' => 'on', 'bx_antispam_dnsbl_behaviour_join' => 'approval', 'bx_antispam_dnsbl_enable' => 'on', 'bx_antispam_dnsbl_behaviour_login' => 'block', 'bx_antispam_ip_list_type' => '0', 'bx_antispam_report' => 'on', 'bx_antispam_block' => '', 'bx_antispam_uridnsbl_enable' => 'on', 'bx_antispam_akismet_enable' => 'on', 'bx_antispam_akismet_api_key' => 'd2b7ca07278c', 'bx_antispam_stopforumspam_enable' => 'on', 'bx_antispam_stopforumspam_api_key' => '97uim8ksqevfct', 'bx_antispam_disposable_email_domains_mode' => 'blacklist', 'bx_antispam_disposable_email_domains_behaviour_join' => 'block', 'bx_antispam_profanity_filter_enable' => '', 'bx_antispam_profanity_filter_dicts' => '', 'bx_antispam_profanity_filter_bad_words_list' => '', 'bx_antispam_profanity_filter_char_replace' => '*', 'bx_antispam_profanity_filter_white_words_list' => '', 'bx_antispam_profanity_filter_full_words_only' => 'on', 'bx_convos_preview_messages_num' => '3', 'bx_timeline_enable_edit' => 'on', 'bx_timeline_enable_delete' => 'on', 'bx_timeline_enable_show_all' => 'on', 'bx_timeline_enable_count_all_views' => 'on', 'bx_timeline_events_per_page_profile' => '12', 'bx_timeline_events_per_page_account' => '12', 'bx_timeline_events_per_page_home' => '3', 'bx_timeline_events_per_page' => '24', 'bx_timeline_enable_infinite_scroll' => 'on', 'bx_timeline_events_per_preload' => '5', 'bx_timeline_auto_preloads' => '10', 'bx_timeline_rss_length' => '5', 'bx_timeline_events_hide' => '', 'bx_timeline_videos_autoplay' => 'on_mute', 'bx_timeline_preload_comments' => '7', 'bx_timeline_enable_jump_to_switcher' => 'on', 'bx_timeline_attachments_layout' => 'gallery', 'bx_timeline_enable_hot' => 'on', 'bx_timeline_hot_interval' => '48', 'bx_timeline_enable_cache_item' => '', 'bx_timeline_cache_item_engine' => 'File', 'bx_timeline_cache_item_lifetime' => '604800', 'bx_timeline_enable_cache_list' => '', 'bx_timeline_enable_editor_toolbar' => 'on', 'bx_notifications_events_hide_site' => '', 'bx_notifications_events_hide_email' => '', 'bx_notifications_events_hide_push' => '', 'bx_notifications_processed_event' => '114', 'bx_notifications_events_per_page' => '12', 'bx_notifications_events_per_preview' => '5', 'bx_notifications_enable_group_settings' => 'on', 'bx_notifications_delivery_timeout' => '120', 'bx_notifications_clear_interval' => '0', 'bx_groups_num_connections_quick' => '6', 'bx_groups_per_page_browse' => '24', 'bx_groups_num_rss' => '10', 'bx_groups_per_page_browse_showcase' => '32', 'bx_groups_per_page_browse_recommended' => '10', 'bx_groups_searchable_fields' => 'group_name,group_desc', 'bx_forum_summary_chars' => '700', 'bx_forum_plain_summary_chars' => '240', 'bx_forum_per_page_browse' => '12', 'bx_forum_per_page_index' => '6', 'bx_forum_per_page_profile' => '6', 'bx_forum_rss_num' => '10', 'bx_forum_searchable_fields' => 'title,text,text_comments', 'bx_forum_auto_activation_for_categories' => 'on', 'bx_albums_summary_chars' => '700', 'bx_albums_plain_summary_chars' => '200', 'bx_albums_per_page_browse' => '12', 'bx_albums_per_page_profile' => '6', 'bx_albums_per_page_browse_showcase' => '32', 'bx_albums_album_browsing_unit' => '10', 'bx_albums_rss_num' => '10', 'bx_albums_searchable_fields' => 'title,text', 'bx_channels_default_author' => '3', 'bx_channels_num_connections_quick' => '6', 'bx_channels_per_page_browse' => '3', 'bx_channels_num_rss' => '10', 'bx_channels_per_page_browse_showcase' => '32', 'bx_channels_per_page_browse_recommended' => '10', 'bx_channels_searchable_fields' => 'channel_name', 'bx_channels_labels_autofollow' => 'on', 'bx_posts_summary_chars' => '700', 'bx_posts_plain_summary_chars' => '240', 'bx_posts_per_page_browse' => '12', 'bx_posts_per_page_profile' => '6', 'bx_posts_per_page_browse_showcase' => '32', 'bx_posts_rss_num' => '10', 'bx_posts_searchable_fields' => 'title,text', 'bx_posts_auto_activation_for_categories' => 'on', 'bx_events_num_connections_quick' => '6', 'bx_events_per_page_browse' => '24', 'bx_events_num_rss' => '10', 'bx_events_per_page_browse_showcase' => '32', 'bx_events_per_page_browse_recommended' => '10', 'bx_events_time_format' => 'H:i', 'bx_events_short_date_format' => 'j M y', 'bx_events_searchable_fields' => 'event_name,event_desc', 'bx_events_public_subscribed_me' => 'on', 'sys_account_disable_login_form' => '', 'sys_account_disable_join_form' => '', 'sys_account_allow_plus_in_email' => 'on', 'bx_timeline_enable_dynamic_cards' => 'on', 'bx_timeline_enable_brief_cards' => 'on', 'sys_logs_storage_default' => 'Folder', 'sys_default_curl_timeout' => '10', 'sys_security_block_content_after_n_reports' => '0', 'sys_storage_s3_endpoint' => '', 'sys_storage_s3_sig_ver' => 'v2', 'sys_storage_s3_region' => '', 'sys_account_activation_2fa_lifetime' => '0', 'sys_account_reset_password_key_lifetime' => '259200', 'sys_account_reset_password_redirect' => 'home', 'sys_account_reset_password_redirect_custom' => '', 'sys_location_field_default' => 'sys_google', 'sys_location_map_default' => 'sys_leaflet', 'sys_location_map_zoom_default' => '7', 'sys_nominatim_server' => 'https://nominatim.openstreetmap.org', 'sys_nominatim_email' => '', 'sys_location_leaflet_provider' => 'OpenStreetMap.Mapnik', 'bx_albums_per_page_for_favorites_lists' => '5', 'bx_forum_per_page_for_favorites_lists' => '5', 'bx_events_per_page_for_favorites_lists' => '5', 'bx_events_datetime_format' => 'j M Y H:i', 'bx_events_summary_chars' => '700', 'bx_events_members_mode' => '', 'bx_events_internal_notifications' => 'on', 'bx_groups_per_page_for_favorites_lists' => '5', 'bx_groups_members_mode' => '', 'bx_groups_internal_notifications' => 'on', 'bx_posts_per_page_for_favorites_lists' => '5', 'bx_protean_font_color_large' => 'rgba(40, 60, 80, 0.9)', 'bx_protean_font_color_middle' => 'rgba(40, 60, 80, 0.9)', 'bx_protean_popup_menu_shadow' => 'none', )` Called script: /page.php Request parameters: array ( 'i' => 'notifications-settings', 'em_cdn_uid' => 't=1610043727469&u=9ea14c7dae834c219d3941b1de1a8bc4', 'memberID' => '1', 'memberPassword' => '8b0db8d8738dc670a274350b8af09d968a669b66', 'homepage-tour-hidden' => '1', 'memberSession' => 'hwmS/K2/8fr=VigrRer=pFJwGdb,puX?', 'em_p_uid' => 'l:1610043776500|t:1610043727716|u:1e381a55dd634b269a4f9b77bba3ae95', )
AlexTr commented 3 years ago

https://github.com/unaio/una/issues/3128