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/deb114265/domains/udoklompenhouwer.nl/public_html/roedieundtroedie/vendor/twig/twig/lib/Twig/Node.php:42
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
vendor
/
twig
/
twig
/
lib
/
Twig
/
Node.php
42
/
home
/
deb114265
/
domains
/
udoklompenhouwer.nl
/
public_html
/
roedieundtroedie
/
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
PATH
"/usr/local/bin:/usr/bin:/bin"
HTTP_ACCEPT
"*/*"
CONTENT_LENGTH
"0"
HTTP_HOST
"roedieundtroedie.nl"
HTTP_USER_AGENT
"claudebot"
MMDB_ADDR
"54.165.122.173"
MMDB_INFO
"result found"
HTTP_GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_CODE
"US"
HTTP_GEOIP_COUNTRY_NAME
"United States"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_CONTINENT_CODE
"NA"
HTTP_GEOIP_CONTINENT_CODE
"NA"
GEOIP_ADDR
"54.165.122.173"
HTTP_GEOIP_ADDR
"54.165.122.173"
UNIQUE_ID
"ZgXjKLzAKEvKQ9hR4IknKgAAAYQ"
WP_UPDATE_PHP_URL
"https://www.antagonist.nl/help/nl/webhosting/advanced/changephp?utm_source=php-updaten&utm_medium=wp-extern&utm_campaign=help"
SERVER_SIGNATURE
"<address>Apache Server at roedieundtroedie.nl Port 80</address>\n"
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"roedieundtroedie.nl"
SERVER_ADDR
"141.138.168.119"
SERVER_PORT
"80"
REMOTE_ADDR
"54.165.122.173"
DOCUMENT_ROOT
"/home/deb114265/domains/udoklompenhouwer.nl/public_html"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/deb114265/domains/udoklompenhouwer.nl/public_html"
SERVER_ADMIN
"webmaster@udoklompenhouwer.nl"
SCRIPT_FILENAME
"/home/deb114265/domains/udoklompenhouwer.nl/public_html/roedieundtroedie/index.php"
REMOTE_PORT
"42296"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/roedieundtroedie/"
SCRIPT_NAME
"/roedieundtroedie/index.php"
PHP_SELF
"/roedieundtroedie/index.php"
REQUEST_TIME_FLOAT
1711661864.6035
REQUEST_TIME
1711661864
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler