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/wp13224587_4KDRXOU4OR/www/grav/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
/
wp13224587_4KDRXOU4OR
/
www
/
grav
/
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 $attributes = [], $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 = [];
        foreach ($this->attributes as $name => $value) {
            $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true)));
        }
 
        $repr = [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
REDIRECT_REMOTE_ADDR_ANON
"44.201.64.0"
REDIRECT_HOME
"/is/htdocs/wp13224587_4KDRXOU4OR/"
REDIRECT_USER
"wp13224587"
REDIRECT_MAGICK_TEMPORARY_PATH
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
REDIRECT_MAGICK_TMPDIR
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
REDIRECT_TMP
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
REDIRECT_TMPDIR
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
REDIRECT_STATUS
"200"
REMOTE_ADDR_ANON
"44.201.64.0"
HOME
"/is/htdocs/wp13224587_4KDRXOU4OR/"
USER
"wp13224587"
MAGICK_TEMPORARY_PATH
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
MAGICK_TMPDIR
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
TMP
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
TMPDIR
"/is/htdocs/user_tmp/wp13224587_4KDRXOU4OR"
HTTP_HOST
"edap-assistant.de"
HTTP_X_REAL_IP
"44.201.64.238"
HTTP_X_FORWARDED_FOR
"44.201.64.238"
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
"edap-assistant.de"
SERVER_ADDR
"127.0.0.81"
SERVER_PORT
"80"
REMOTE_ADDR
"44.201.64.238"
DOCUMENT_ROOT
"/is/htdocs/wp13224587_4KDRXOU4OR/www/grav/"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/is/htdocs/wp13224587_4KDRXOU4OR/www/grav/"
SERVER_ADMIN
"webmaster@edap-assistant.com"
SCRIPT_FILENAME
"/is/htdocs/wp13224587_4KDRXOU4OR/www/grav/index.php"
REMOTE_PORT
"48256"
REDIRECT_URL
"/de"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/de"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711631928.6972
REQUEST_TIME
1711631928
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