Fatal error: Array and string offset access syntax with curly braces is no longer supported in /customers/c/d/0/laage.se/httpd.www/plugins/system/gantry/functions.php on line 44 Compile Error: Array and string offset access syntax with curly braces is no longer supported (500 Whoops, looks like something went wrong.)

FatalError

HTTP 500 Whoops, looks like something went wrong.

Compile Error: Array and string offset access syntax with curly braces is no longer supported

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

  1. function gantry_parsePathComponents($path$endSlash true$base false)
  2. {
  3.     for ($path trim($path), $slash strstr(PHP_OS'WIN') ? '\/' '/'$retArray = array(), $str $temp ""$x 0$char = @$path{$x}; $x++) {
  4.         if (!strstr($slash$char)) $temp .= $char; elseif ($temp) {
  5.             $str .= $temp;
  6.             $retArray[$temp] = $str . ($endSlash $slash{0} : '');
  7.             $str .= $slash{0};
  8.             $temp "";
  9.         }
  10.     }
  11.     $base && $temp and $retArray[$temp] = $str $temp;

Stack Trace

FatalError
Symfony\Component\ErrorHandler\Error\FatalError:
Compile Error: Array and string offset access syntax with curly braces is no longer supported

  at /customers/c/d/0/laage.se/httpd.www/plugins/system/gantry/functions.php:44