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 /web/htdocs/www.michelepalmieri.it/home/www/appunti/vendor/twig/twig/lib/Twig/Node.php:42
Stack frames (1)
0
Whoops
\
Exception
\
ErrorException
/
vendor
/
twig
/
twig
/
lib
/
Twig
/
Node.php
42
/
web
/
htdocs
/
www.michelepalmieri.it
/
home
/
www
/
appunti
/
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
HOSTNAME
"webxc279s06.ad.aruba.it"
LANGUAGE
"it_IT:it"
PM_PROCESS_IDLE_TIMEOUT
"60s"
APACHE_MIN_SPARE
"1"
CUSTOM_CONF
"False"
PWD
"/"
APACHE_SERVER_LIMITS
"8"
PM_MAX_CHILDREN
"40"
WORKERS
"35"
HOME
"/web/htdocs/www.michelepalmieri.it/home"
USERNAME
"19184461"
LANG
"it_IT.UTF-8"
APACHE_MAX_SPARE
"3"
MAINDOMAINNAME
"www.michelepalmieri.it"
DOCUMENTROOT
"/web/htdocs/www.michelepalmieri.it/home"
REDIS
"False"
TERM
"xterm"
SHLVL
"0"
APACHE_START_SERVERS
"1"
PM_MAX_REQUESTS
"1000"
GROUPNAME
"19184461"
PM
"dynamic"
APACHE_MAX_WORKERS
"40"
PORTID
"11042"
LC_ALL
"it_IT.UTF-8"
APACHE_THREADS
"5"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
DOMAINNAME
"www.michelepalmieri.it"
CRS
""
PHP_INI_SCAN_DIR
"/web/htdocs/www.michelepalmieri.it/php.d"
DIRECTORYROOT
"/web/htdocs/www.michelepalmieri.it/home"
DEBIAN_FRONTEND
"noninteractive"
SUPERVISOR_ENABLED
"1"
SUPERVISOR_SERVER_URL
"unix:///var/run/supervisor.sock"
SUPERVISOR_PROCESS_NAME
"php-fpm"
SUPERVISOR_GROUP_NAME
"php-fpm"
USER
"ID19184461"
SCRIPT_NAME
"/www/appunti/index.php"
REQUEST_URI
"/www/appunti/about"
QUERY_STRING
""
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.0"
GATEWAY_INTERFACE
"CGI/1.1"
REDIRECT_URL
"/www/appunti/about"
REMOTE_PORT
"26814"
SCRIPT_FILENAME
"/web/htdocs/www.michelepalmieri.it/home/www/appunti/index.php"
SERVER_ADMIN
"postmaster@www.michelepalmieri.it"
CONTEXT_DOCUMENT_ROOT
"/web/htdocs/www.michelepalmieri.it/home"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"http"
DOCUMENT_ROOT
"/web/htdocs/www.michelepalmieri.it/home"
REMOTE_ADDR
"174.129.59.198"
SERVER_PORT
"80"
SERVER_ADDR
"192.168.1.196"
SERVER_NAME
"www.michelepalmieri.it"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
""
HTTP_REFERER
"http://www.michelepalmieri.it/www/appunti/about/"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
HTTP_X_FORWARDED_PROTO
"http"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_REAL_IP
"174.129.59.198"
HTTP_HOST
"www.michelepalmieri.it"
proxy-nokeepalive
"1"
UNIQUE_ID
"ZgVWOqCIuws7fpUKRNrAkQAAAAQ"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZgVWOqCIuws7fpUKRNrAkQAAAAQ"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/www/appunti/index.php"
REQUEST_TIME_FLOAT
1711625786.085
REQUEST_TIME
1711625786
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler