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 /var/www/vhosts/bettertrader.de/httpdocs/vendor/twig/twig/src/Node/Node.php:46
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
vendor
/
twig
/
twig
/
src
/
Node
/
Node.php
46
/
var
/
www
/
vhosts
/
bettertrader.de
/
httpdocs
/
vendor
/
twig
/
twig
/
src
/
Node
/
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
empty
Key Value
USER
"chlund"
HOME
"/var/www/vhosts/bettertrader.de"
SCRIPT_NAME
"/index.php"
REQUEST_URI
"/ausbildung"
QUERY_STRING
""
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.0"
GATEWAY_INTERFACE
"CGI/1.1"
REDIRECT_URL
"/ausbildung"
REMOTE_PORT
"40060"
SCRIPT_FILENAME
"/var/www/vhosts/bettertrader.de/httpdocs/index.php"
SERVER_ADMIN
"[no address given]"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/bettertrader.de/httpdocs"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https"
DOCUMENT_ROOT
"/var/www/vhosts/bettertrader.de/httpdocs"
REMOTE_ADDR
"35.169.107.177"
SERVER_PORT
"443"
SERVER_ADDR
"172.31.1.100"
SERVER_NAME
"www.bettertrader.de"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
"<address>Apache Server at www.bettertrader.de Port 443</address>\n"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
HTTP_REFERER
"https://bettertrader.de/ausbildung"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"35.169.107.177"
HTTP_HOST
"www.bettertrader.de"
proxy-nokeepalive
"1"
HTTPS
"on"
SCRIPT_URI
"https://www.bettertrader.de/ausbildung"
SCRIPT_URL
"/ausbildung"
UNIQUE_ID
"ZgV0bOxgcglDl5fqcIY4HgAAAAM"
REDIRECT_STATUS
"200"
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.bettertrader.de/ausbildung"
REDIRECT_SCRIPT_URL
"/ausbildung"
REDIRECT_UNIQUE_ID
"ZgV0bOxgcglDl5fqcIY4HgAAAAM"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711633516.7294
REQUEST_TIME
1711633516
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler