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 /homepages/7/d532825706/htdocs/ankeamberg/vendor/twig/twig/lib/Twig/Node.php:42
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
vendor
/
twig
/
twig
/
lib
/
Twig
/
Node.php
42
/
homepages
/
7
/
d532825706
/
htdocs
/
ankeamberg
/
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
empty
Key Value
REDIRECT_UNIQUE_ID
"ZflWtCJUcjZbVt4A84agYgAAAAk"
REDIRECT_DOCUMENT_ROOT
"/kunden/homepages/7/d532825706/htdocs/ankeamberg"
REDIRECT_HTTPS
"on"
REDIRECT_HANDLER
"x-mapp-php5.4"
REDIRECT_STATUS
"200"
UNIQUE_ID
"ZflWtCJUcjZbVt4A84agYgAAAAk"
HTTPS
"on"
HTTP_HOST
"ankeamberg.de"
HTTP_CONNECTION
"close"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"claudebot"
HTTP_REFERER
"http://www.ankeamberg.de/"
PATH
"/bin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"ankeamberg.de"
SERVER_ADDR
"82.165.84.52"
SERVER_PORT
"443"
REMOTE_ADDR
"54.81.185.66"
DOCUMENT_ROOT
"/kunden/homepages/7/d532825706/htdocs/ankeamberg"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/system-bin/"
CONTEXT_DOCUMENT_ROOT
"/kunden/usr/lib/cgi-bin/"
SERVER_ADMIN
"webmaster@ankeamberg.de"
SCRIPT_FILENAME
"/kunden/homepages/7/d532825706/htdocs/ankeamberg/index.php"
REMOTE_PORT
"16282"
REDIRECT_URL
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/"
SCRIPT_NAME
"/index.php"
STATUS
"200"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/kunden/homepages/7/d532825706/htdocs/ankeamberg/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1710839476.9084
REQUEST_TIME
1710839476
argv
[]
argc
0
Key Value
REDIRECT_UNIQUE_ID
"ZflWtCJUcjZbVt4A84agYgAAAAk"
REDIRECT_DOCUMENT_ROOT
"/kunden/homepages/7/d532825706/htdocs/ankeamberg"
REDIRECT_HTTPS
"on"
REDIRECT_HANDLER
"x-mapp-php5.4"
REDIRECT_STATUS
"200"
UNIQUE_ID
"ZflWtCJUcjZbVt4A84agYgAAAAk"
HTTPS
"on"
HTTP_HOST
"ankeamberg.de"
HTTP_CONNECTION
"close"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"claudebot"
HTTP_REFERER
"http://www.ankeamberg.de/"
PATH
"/bin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"ankeamberg.de"
SERVER_ADDR
"82.165.84.52"
SERVER_PORT
"443"
REMOTE_ADDR
"54.81.185.66"
DOCUMENT_ROOT
"/kunden/homepages/7/d532825706/htdocs/ankeamberg"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/system-bin/"
CONTEXT_DOCUMENT_ROOT
"/kunden/usr/lib/cgi-bin/"
SERVER_ADMIN
"webmaster@ankeamberg.de"
SCRIPT_FILENAME
"/kunden/homepages/7/d532825706/htdocs/ankeamberg/index.php"
REMOTE_PORT
"16282"
REDIRECT_URL
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/"
SCRIPT_NAME
"/index.php"
STATUS
"200"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/kunden/homepages/7/d532825706/htdocs/ankeamberg/index.php"
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler