SystemException
X
SystemException säger
include_once(/customers/0/9/4/mylunar.se/httpd.www/site): Failed to open stream: No such file or directory
/customers/0/9/4/mylunar.se/httpd.www/app/sys/start.php på 64
60
}
61
}
62
63
// include and add controller after $classname
64
include_once $file;
65
$cname = $f['1'] . 'controller';
66
67
if (!class_exists($cname)) {
68
throw new SystemException(sprintf(_('Kunde inte hitta kontrollen med det här namnet "%s" i %s'), $f['1'], $file));
69
}
70
Stackspår
Fil Rad Tid
1 start.php include_once() 64
2 SystemException.php SystemException-> __construct() 713
3 start.php SystemException-> SystemErrorHandler() 64
4 index.php start-> __destruct() 20
Warning: Trying to access array offset on value of type bool in /customers/0/9/4/mylunar.se/httpd.www/app/sys/SystemException.php on line 604