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 /is/htdocs/wp1062482_LZ6CH7HNJP/www/vendor/twig/twig/lib/Twig/Node.php:42
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
vendor
/
twig
/
twig
/
lib
/
Twig
/
Node.php
42
/
is
/
htdocs
/
wp1062482_LZ6CH7HNJP
/
www
/
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:

empty
empty
empty
empty
Key Value
redirect_after_login
"/"
user
User {}
Key Value
REMOTE_ADDR_ANON
"3.239.59.0"
HOME
"/is/htdocs/wp1062482_LZ6CH7HNJP/"
USER
"wp1062482"
MAGICK_TEMPORARY_PATH
"/is/htdocs/user_tmp/wp1062482_LZ6CH7HNJP"
MAGICK_TMPDIR
"/is/htdocs/user_tmp/wp1062482_LZ6CH7HNJP"
TMP
"/is/htdocs/user_tmp/wp1062482_LZ6CH7HNJP"
TMPDIR
"/is/htdocs/user_tmp/wp1062482_LZ6CH7HNJP"
HTTP_HOST
"gravuren-amthor.de"
HTTP_X_REAL_IP
"3.239.59.193"
HTTP_X_FORWARDED_FOR
"3.239.59.193"
HTTP_CONNECTION
"close"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"claudebot"
PATH
"/bin:/usr/bin:/usr/ucb:/usr/bsd:/usr/local/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"gravuren-amthor.de"
SERVER_ADDR
"127.0.0.81"
SERVER_PORT
"80"
REMOTE_ADDR
"3.239.59.193"
DOCUMENT_ROOT
"/is/htdocs/wp1062482_LZ6CH7HNJP/www/"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/is/htdocs/wp1062482_LZ6CH7HNJP/www/"
SERVER_ADMIN
"webmaster@gravuren-amthor.de"
SCRIPT_FILENAME
"/is/htdocs/wp1062482_LZ6CH7HNJP/www/index.php"
REMOTE_PORT
"46932"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1710813878.868
REQUEST_TIME
1710813878
argv
[]
argc
0
Key Value
DAVLOCKFILE
"/var/lock/apache2/DavLockDB-modphp81"
PWD
"/"
APACHE_LOG_DIR
"/var/log/apache2"
LANG
"en_US.UTF-8"
APACHE_PID_FILE
"/var/run/apache2/apache2.pid"
APACHE_LOCK_DIR
"/var/lock/apache2"
SHLVL
"1"
APACHE_RUN_DIR
"/var/run/apache2"
_
"/usr/sbin/apache2"
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler