{
if (!$this->exists()) {
$this->create();
}
$map = $this->cachedMap ?: require $this->file;
$loader = include JPATH_LIBRARIES . '/vendor/autoload.php';
foreach ($map as $namespace => $path) {
$loader->setPsr4($namespace, $path);
FatalError
|
---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: PHP Startup: Failed opening required '/BRIARDPLANET/administrator/cache/autoload_psr4.php' (include_path='.:/:/usr/local/php74/lib/pear') at /BRIARDPLANET/libraries/namespacemap.php:104 |