Whoops \ Exception \ ErrorException (E_COMPILE_ERROR)
Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` Whoops\Exception\ErrorException thrown with message "Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`" Stacktrace: #0 Whoops\Exception\ErrorException in /home/m/mikhaivm/lovelydoll.ru/public_html/vendor/twig/twig/lib/Twig/Node.php:42
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
vendor
/
twig
/
twig
/
lib
/
Twig
/
Node.php
42
/
home
/
m
/
mikhaivm
/
lovelydoll.ru
/
public_html
/
vendor
/
twig
/
twig
/
lib
/
Twig
/
Node.php
    protected $tag;
 
    private $name;
 
    /**
     * Constructor.
     *
     * The nodes are automatically made available as properties ($this->node).
     * The attributes are automatically made available as array items ($this['name']).
     *
     * @param array  $nodes      An array of named nodes
     * @param array  $attributes An array of attributes (should not be nodes)
     * @param int    $lineno     The line number
     * @param string $tag        The tag name associated with the Node
     */
    public function __construct(array $nodes = array(), array $attributes = array(), $lineno = 0, $tag = null)
    {
        foreach ($nodes as $name => $node) {
            if (!$node instanceof Twig_NodeInterface) {
                @trigger_error(sprintf('Using "%s" for the value of node "%s" of "%s" is deprecated since version 1.25 and will be removed in 2.0.', is_object($node) ? get_class($node) : null === $node ? 'null' : gettype($node), $name, get_class($this)), E_USER_DEPRECATED);
            }
        }
        $this->nodes = $nodes;
        $this->attributes = $attributes;
        $this->lineno = $lineno;
        $this->tag = $tag;
    }
 
    public function __toString()
    {
        $attributes = array();
        foreach ($this->attributes as $name => $value) {
            $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true)));
        }
 
        $repr = array(get_class($this).'('.implode(', ', $attributes));
 
        if (count($this->nodes)) {
            foreach ($this->nodes as $name => $node) {
                $len = strlen($name) + 4;
Arguments
  1. "Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`"
    

Environment & details:

Key Value
view
"reset"
empty
empty
empty
Key Value
user
User {}
Key Value
UNIQUE_ID
"ZgX3Ry2-oFrPKH3TIUP6lgAAAAM"
MMDB_ADDR
"44.192.132.66"
GEOIP_ADDR
"44.192.132.66"
MMDB_INFO
"result found"
GEOIP_LONGITUDE
"-97.82200"
GEOIP_CONTINENT_CODE
"NA"
GEOIP_LATITUDE
"37.75100"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
HTTPS
"on"
PERL_USE_UNSAFE_INC
"1"
HTTP_HOST
"lovelydoll.ru"
HTTP_X_SERVER_ADDR
"87.236.16.226"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"44.192.132.66"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"claudebot"
HTTP_REFERER
"http://lovelydoll.ru/index.php/ru/component/users/?view=reset"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
SERVER_SIGNATURE
"<address>Apache/2.4.55 (Unix) Server at lovelydoll.ru Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.55 (Unix)"
SERVER_NAME
"lovelydoll.ru"
SERVER_ADDR
"87.236.16.226"
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REMOTE_ADDR
"44.192.132.66"
DOCUMENT_ROOT
"/home/m/mikhaivm/lovelydoll.ru/public_html"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/m/mikhaivm/lovelydoll.ru/public_html"
SERVER_ADMIN
"webmaster@lovelydoll.ru"
SCRIPT_FILENAME
"/home/m/mikhaivm/lovelydoll.ru/public_html/index.php"
REMOTE_PORT
"59177"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
"view=reset"
REQUEST_URI
"/index.php/ru/component/users/?view=reset"
SCRIPT_NAME
"/index.php"
PATH_INFO
"/ru/component/users/"
PATH_TRANSLATED
"redirect:/index.php/component/users/"
PHP_SELF
"/index.php/ru/component/users/"
REQUEST_TIME_FLOAT
1711667015.8117
REQUEST_TIME
1711667015
argv
array:1 [
  0 => "view=reset"
]
argc
1
Key Value
APT_GET_UPGRADE
"apt-get dist-upgrade -qq -y"
HOSTNAME
"snorlax.beget.ru"
OLDPWD
"/"
APT_GET_INSTALL
"apt-get install --no-install-recommends -qq -y"
IN_CONTAINER
"true"
PWD
"/"
HOME
"/root"
DEBIAN_FRONTEND
"noninteractive"
SHLVL
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
APT_GET_UPDATE
"apt-get update -qq"
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler