Template Errors: PAGE_CONTAINER

  1. Accessed unknown getter 'hasUnreadUpdates' on XF:User[0] in /var/www/html/src/XF/Mvc/Entity/Entity.php, line 1821
        1820: 		if (XenForo_Application::debugMode()) {
    >>> 1821: 			trigger_error("Accessed unknown getter '$originalKey' on " . $this->__toString(), E_USER_WARNING);
        1822: 		}
    


    🔍 Stack Trace:
    #0 trigger_error() called at [Entity.php:1821]
    
    📄 Show code context (±10 lines)
        1811: 
        1812: 		if (isset($structure->columns[$key]) || isset($structure->relations[$key])) {
        1813: 			return true;
        1814: 		}
        1815: 
        1816: 		if (!empty($structure->columnAliases[$key])) {
        1817: 			return true;
        1818: 		}
        1819: 
        1820: 		if (XenForo_Application::debugMode()) {
    >>> 1821: 			trigger_error("Accessed unknown getter '$originalKey' on " . $this->__toString(), E_USER_WARNING);
        1822: 		}
        1823: 
        1824: 		XenForo_Error::logException(
        1825: 			new InvalidArgumentException("Accessed unknown getter '$originalKey' on " . $this->__toString()),
        1826: 			false
        1827: 		);
        1828: 
        1829: 		return false;
        1830: 	}
        1831: 
    
    #1 XF\Mvc\Entity\Entity->__isset() called at [Entity.php:1834]
    📄 Show code context (±10 lines)
        1824: 		XenForo_Error::logException(
        1825: 			new InvalidArgumentException("Accessed unknown getter '$originalKey' on " . $this->__toString()),
        1826: 			false
        1827: 		);
        1828: 
        1829: 		return false;
        1830: 	}
        1831: 
        1832: 	public function offsetExists($key): bool
        1833: 	{
    >>> 1834: 		return $this->__isset($key);
        1835: 	}
        1836: 
        1837: 	public function offsetUnset($key): void
        1838: 	{
        1839: 		throw new LogicException('Entity offsets may not be unset');
        1840: 	}
        1841: 
        1842: 	public function isValidColumn($key)
        1843: 	{
        1844: 		return isset($this->_structure->columns[$key]);
    
    #2 XF\Mvc\Entity\Entity->offsetExists() called at [S.49,L.1,PAGE_CONTAINER.php:1013]
    📄 Show code context (±10 lines)
        1003:   </a>
        1004:   <a class="burger__link" href="' . XenForo_Template_Helper_Core::link('help/faq', false, array()) . '">
        1005:     <div class="burger__link-cont">
        1006:       <img class="burger__icon" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTkxNjIgMTIuMTYzNVY4LjQ4MDk2IiBzdHJva2U9IiM0RjRGNEYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguOTkxNiA1LjgzNzA4SDguOTk5OTMiIHN0cm9rZT0iIzRGNEY0RiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjYxMjIgMS4yOTE5OUg1LjM4ODA3QzIuODcwNTcgMS4yOTE5OSAxLjI5MjI0IDMuMDc0NDkgMS4yOTIyNCA1LjU5Njk5VjEyLjQwMzdDMS4yOTIyNCAxNC45MjYyIDIuODYzMDcgMTYuNzA4NyA1LjM4ODA3IDE2LjcwODdIMTIuNjExNEMxNS4xMzcyIDE2LjcwODcgMTYuNzA4OSAxNC45MjYyIDE2LjcwODkgMTIuNDAzN1Y1LjU5Njk5QzE2LjcwODkgMy4wNzQ0OSAxNS4xMzcyIDEuMjkxOTkgMTIuNjEyMiAxLjI5MTk5WiIgc3Ryb2tlPSIjNEY0RjRGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=" alt="FAQ">
        1007:       <span class="burger__link-text">FAQ</span>
        1008:     </div>
        1009:   </a>
        1010:   <a class="burger__link" href="' . XenForo_Template_Helper_Core::link('full:new-features/unread', false, array()) . '">
        1011:     <div class="burger__link-cont">
        1012:       <img class="burger__icon" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk5OTg0IDEuMjkxOTlDMTMuMjU3MyAxLjI5MTk5IDE2LjcwODIgNC43NDM2NiAxNi43MDgyIDkuMDAwMzNDMTYuNzA4MiAxMy4yNTcgMTMuMjU3MyAxNi43MDg3IDguOTk5ODQgMTYuNzA4N0M0Ljc0MzE3IDE2LjcwODcgMS4yOTE1IDEzLjI1NyAxLjI5MTUgOS4wMDAzM0MxLjI5MTUgNC43NDM2NiA0Ljc0MzE3IDEuMjkxOTkgOC45OTk4NCAxLjI5MTk5WiIgc3Ryb2tlPSIjNEY0RjRGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04Ljk5NTc3IDUuODM2OTFWOS41MTk0MSIgc3Ryb2tlPSIjNEY0RjRGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04Ljk5NTc1IDEyLjE2MzdIOS4wMDQwOSIgc3Ryb2tlPSIjNEY0RjRGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=" alt="' . 'New features' . '">
    >>> 1013:       <span class="burger__link-text"  style="display: ruby">' . 'New features' . ' ' . (((XenForo_Template_Helper_Core::deenumify($visitor['hasUnreadUpdates'] ?? null))) ? ('
        1014: 																<span class="hasUnreadArticles">
        1015: 																</span>
        1016: 																') : ('')) . '</span>
        1017:     </div>
        1018:   </a>
        1019:   <a class="burger__link" href="' . XenForo_Template_Helper_Core::link('misc/ads', false, array()) . '">
        1020:     <div class="burger__link-cont">
        1021:       <img class="burger__icon" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi45MzY5IDcuMTI3MjdDMTYuNDA0MyAzLjg0OTQ0IDEzLjYyMDEgMS40MTA5IDEwLjMwMDcgMS4zMTQ5MUMxMC4xNDI5IDEuMzA4NzIgOS45ODkwOCAxLjM2NTU1IDkuODczMTggMS40NzI4NkM5Ljc1NzI4IDEuNTgwMTcgOS42ODg4MSAxLjcyOTE2IDkuNjgyODYgMS44ODY5OVYxLjg4Njk5VjEuOTQwMzlMMTAuMDU2NiA3LjUzMTU0QzEwLjA4MTEgNy45MDc5MiAxMC40MDQ3IDguMTk0MDIgMTAuNzgxMyA4LjE3MjI3TDE2LjM4NzcgNy43OTg1MUMxNi41NDU2IDcuNzg2ODMgMTYuNjkyNCA3LjcxMjYzIDE2Ljc5NTUgNy41OTIzNkMxNi44OTg2IDcuNDcyMDkgMTYuOTQ5NSA3LjMxNTY4IDE2LjkzNjkgNy4xNTc3OFY3LjEyNzI3WiIgc3Ryb2tlPSIjNEY0RjRGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjQxODA5IDQuNjQwOEM2Ljc3NDcyIDQuNTU4MzEgNy4xMzk2NyA0Ljc0MDc5IDcuMjg3NjUgNS4wNzU1OUM3LjMyNjQyIDUuMTU0MzMgNy4zNDk3MiA1LjIzOTc4IDcuMzU2MyA1LjMyNzNDNy40MzI1OCA2LjQxMDQ0IDcuNTkyNzYgOC43ODI2OCA3LjY4NDMgMTAuMDY0MUM3LjY5OTkyIDEwLjI5NSA3LjgwNjkgMTAuNTEwMSA3Ljk4MTU1IDEwLjY2MThDOC4xNTYyIDEwLjgxMzYgOC4zODQxMyAxMC44ODk1IDguNjE0ODggMTAuODcyN1YxMC44NzI3TDEzLjMyMTIgMTAuNTgyOEMxMy41MzEzIDEwLjU3MDIgMTMuNzM3MyAxMC42NDUgMTMuODkwNCAxMC43ODk0QzE0LjA0MzUgMTAuOTMzOCAxNC4xMzAxIDExLjEzNTEgMTQuMTI5OCAxMS4zNDU2VjExLjM0NTZDMTMuOTM5IDE0LjE4NzYgMTEuODk3MiAxNi41NjM0IDkuMTE2MTcgMTcuMTc5M0M2LjMzNTE3IDE3Ljc5NTEgMy40ODExNSAxNi41MDM1IDIuMTA4NCAxNC4wMDc3QzEuNjk4NjEgMTMuMjg5NCAxLjQzOTEgMTIuNDk1MyAxLjM0NTYyIDExLjY3MzZDMS4zMDU2NiAxMS40MjE0IDEuMjkwMzQgMTEuMTY2IDEuMjk5ODYgMTAuOTEwOEMxLjMwNzk1IDcuODc1ODMgMy40Mzk0NSA1LjI2MDc3IDYuNDEwNDYgNC42NDA4IiBzdHJva2U9IiM0RjRGNEYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==" alt="' . 'Ad' . '">
        1022:       <span class="burger__link-text">' . 'Ad' . '</span>
        1023:     </div>
    

Загрузка...
    BB Codes
  • [B], [I], [U], [S] - Bold, Italics, Underline, and Strike-through

    Makes the wrapped text bold, italic, underlined, or struck-through.

    Example:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [SIZE=size] - Text Color, Font, and Size

    Changes the color, font, or size of the wrapped text.

    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Output:
    This is red and blue text.
    This is small and big text.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.

    Example:
    [URL]http://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Output:
    http://www.example.com
    [email protected]
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.

    Example:
    [URL=http://www.example.com]Go to example.com[/URL]
    [[email protected]]Email me[/EMAIL]
    Output:
    Go to example.com
    Email me
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when tagging a user.

    Example:
    [USER=1]User Name[/USER]
    Output:
    avatarinzanty
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.

    Example:
    [IMG]https://dev102.lolz.guru/​styles/brivium/rezinc​/xenforo/avatars/avatar_s.png[/IMG]
    Output:
    [IMG]
  • [MEDIA=site] - Embedded Media

    Embeds media from whitelisted sites into your message. It is recommended that you use the media button in the editor tool bar. Approved sites: Coub.com; Imgur; Music.yandex; Reddit; Rutube; SoundCloud; Spotify; Telegram; Twitch; Vimeo; YouTube;

    Example:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.

    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text Alignment

    Changes the alignment of the wrapped text.

    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Quoted Text

    Displays text that has been quoted from another source. You may also attribute the name of the source.

    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
  • [SPOILER] - Text Containing Spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.

    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    Simple spoiler
    Spoiler with a title
  • [CODE], [PHP], [HTML] - Programming Code Display

    Displays text in one of several programming languages, highlighting the syntax where possible.

    Example:
    [CODE]General
    code[/CODE]
    [PHP]echo $hello . 'world';[/PHP]
    Output:
    Code
    General
    code
    PHP
    echo $hello . 'world';
  • [PLAIN] - Plain Text

    Disables BB code translation on the wrapped text.

    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [API], [API=option] - Get data from the forum

    The BB code will receive data from your site and insert it into the message.

    Example:
    [api]https://jsonplaceholder.typicode.com/todos/1[/api]

    [api=title]https://jsonplaceholder.typicode.com/todos/1[/api]
    Output:
    Loading...


    Loading...
  • [BUTTON=option] - Button

    [button]

    Example:
    [button=https://dev102.lolz.guru/members/]Top users[/button]
    Output:
    [button=https://dev102.lolz.guru/members/]Top users[/button]
  • [CENSOR] - Censored content

    Content will be shown after click

    Example:
    [censor]Hello world![/censor]

    Content will be displayed after click.
    Output:
    [censor]Hello world![/censor]

    Content will be displayed after click.
  • [CLUB], [CLUB=option] - Hidden text for club members

    Information inside the code is only displayed to the forum team.

    Example:
    [club]Hello world![/club]
    Displayed only to forum team members.
    Output:

    Displayed only to forum team members.
  • [DAYS=option] - Hide text by time since registration

    The information inside the code is displayed only to certain registered users who have spent the specified number of days on the forum.

    Example:
    [days=5]Hello world![/days]
    Displayed only to registered users who registered no earlier than 5 days ago.
    Output:

    Displayed only to registered users who registered no earlier than 5 days ago.
  • [EXCEPTIDS=option] - Hide content from specific users

    The information within the code is displayed to everyone, except those who are listed in the list.

    Example:
    [exceptids=1,3,3124696]Hello world![/exceptids]
    Diplayed only for users which IDs aren't 1, 3, and 3124696.
    Output:

    Diplayed only for users which IDs aren't 1, 3, and 3124696.
  • [LANG=option] - Text that depends on language

    Will show the text if user using the specified language.

    Example:
    [lang=ru]Будет показано только пользователем на русском языке[/lang]
    [lang=en]Will be shown only for users with English language[/lang]
    Output:
    Will be shown only for users with English language
  • [LIKES=option] - Hide text by number of sympathies

    The information inside the code is displayed only to certain registered users who have received the required number of sympathies on the forum.

    Example:
    [likes=5]Hello, world![/likes]
    Displayed only to registered users whose number of forum sympathies is greater than or equal to 5.
    Output:

    Displayed only to registered users whose number of forum sympathies is greater than or equal to 5.
  • [LIKES2=option] - Hide text by number of likes

    The information inside the code is displayed only to certain registered users who have received the required number of likes on the forum.

    Example:
    [likes2=5]Hello, world![/likes2]
    Displayed only to registered users whose number of forum likes is greater than or equal to 5.
    Output:
    [likes2=5]Hello, world![/likes2]
    Displayed only to registered users whose number of forum likes is greater than or equal to 5.
  • [SRC], [SRC=option] - Code: syntax highlighting

    Syntax highlighting - highlighting the syntactic constructions of the text using different colors, fonts and styles. Usually used in text editors to make it easier to read the source code of programs. [SRC] - automatic syntax highlighting. [SRC="highlight"] - language specific, where highlight is: python (Python), ruby (Ruby), perl (Perl), php (PHP), xml (XML), html (HTML), css (CSS) , javascript (javascript), java (Java), cpp (C++), sql (SQL), smalltalk (Smalltalk), ini (INI file), dos (DOS Style), bash (Bash Style), diff (DIFF). In parentheses are the original names of the languages.

    Example:
    [SRC]<html>
    <head>
    <title>Hello World</title>
    </head>
    <body>
    <?php echo '<p>Hello World</p>'; ?>
    </body>
    </html>[/SRC]

    [SRC="html"]<!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>HTML Syntax Highlight</title>
    </head>
    <body>
    <h1>Page title</h1>
    <p>Some text...</p>
    </body>
    </html>[/SRC]

    [SRC="php"]<?php
    $ch = curl_init("http://www.example.com/");
    $fp = fopen("example_homepage.txt", "w");

    curl_setopt($ch, CURLOPT_FILE, $fp);
    curl_setopt($ch, CURLOPT_HEADER, 0);

    curl_exec($ch);
    curl_close($ch);
    fclose($fp);
    ?>[/SRC]
    Output:
    Code
    <html>
    <head>
    <title>Hello World</title>
    </head>
    <body>
    <?php echo '<p>Hello World</p>'; ?>
    </body>
    </html>

    html
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>HTML Syntax Highlight</title>
    </head>
    <body>
    <h1>Page title</h1>
    <p>Some text...</p>
    </body>
    </html>

    php
    <?php
    $ch = curl_init("http://www.example.com/");
    $fp = fopen("example_homepage.txt", "w");

    curl_setopt($ch, CURLOPT_FILE, $fp);
    curl_setopt($ch, CURLOPT_HEADER, 0);

    curl_exec($ch);
    curl_close($ch);
    fclose($fp);
    ?>
  • [SRCI], [SRCI=option] - Code: syntax highlighting (inline)

    Syntax highlighting - highlighting syntactic constructions of the text using different colors, fonts and lettering. It is usually used in text editors to facilitate reading the source text of programs. [SRCI] - automatic syntax highlighting. [SRCI="highlighting"] - with a specific language, where highlighting is: python (Python), ruby (Ruby), perl (Perl), php (PHP), xml (XML), html (HTML), css (CSS), javascript (javascript), java (Java), cpp (C++), sql (SQL), smalltalk (Smalltalk), ini (INI file), dos (DOS Style), bash (Bash Style), diff (DIFF). The original language names are shown in parentheses.

    Example:
    [srci]config.php[/srci]
    Output:
    config.php
  • [TOOLTIP=option] - Tooltip

    Example:
    [tooltip=5]Lolzteam[/tooltip]
    Output:
    Lolzteam
  • [USERIDS=option] - Hidden text for users

    Display information only for users with specified IDs.

    Example:
    [userids=1,3,3124696]Hello world![/userids]
    Displayed only for users with IDs 1, 3, and 3124696.
    Output:

    Displayed only for users with IDs 1, 3, and 3124696.
  • [VISITOR] - Username

    Instead of the BB code, the name of the user who is viewing the page will be displayed.

    Example:
    [visitor][/visitor]
    Output:
    [visitor][/visitor]
Loading...