| ( ! ) Warning: require(/home/garnetandcarbone/public_html/administrator/cache/autoload_psr4.php): failed to open stream: No such file or directory in /home/garnetandcarbone/public_html/libraries/namespacemap.php on line 104 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0002 | 396296 | {main}( ) | .../index.php:0 |
| 2 | 0.0003 | 407744 | require_once( '/home/garnetandcarbone/public_html/includes/app.php ) | .../index.php:32 |
| 3 | 0.0829 | 8275968 | Joomla\CMS\Application\CMSApplication->execute( ) | .../app.php:61 |
| 4 | 0.0829 | 8278056 | Joomla\CMS\Application\CMSApplication->createExtensionNamespaceMap( ) | .../CMSApplication.php:290 |
| 5 | 0.0833 | 8314472 | JNamespacePsr4Map->load( ) | .../ExtensionNamespaceMapper.php:34 |
| ( ! ) Fatal error: require(): Failed opening required '/home/garnetandcarbone/public_html/administrator/cache/autoload_psr4.php' (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/garnetandcarbone/public_html/libraries/namespacemap.php on line 104 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0002 | 396296 | {main}( ) | .../index.php:0 |
| 2 | 0.0003 | 407744 | require_once( '/home/garnetandcarbone/public_html/includes/app.php ) | .../index.php:32 |
| 3 | 0.0829 | 8275968 | Joomla\CMS\Application\CMSApplication->execute( ) | .../app.php:61 |
| 4 | 0.0829 | 8278056 | Joomla\CMS\Application\CMSApplication->createExtensionNamespaceMap( ) | .../CMSApplication.php:290 |
| 5 | 0.0833 | 8314472 | JNamespacePsr4Map->load( ) | .../ExtensionNamespaceMapper.php:34 |
{ 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); */ public function createExtensionNamespaceMap() { \JLoader::register('JNamespacePsr4Map', JPATH_LIBRARIES . '/namespacemap.php'); $extensionPsr4Loader = new \JNamespacePsr4Map(); $extensionPsr4Loader->load(); }} public function execute() { try { $this->sanityCheckSystemVariables(); $this->setupLogging(); $this->createExtensionNamespaceMap(); // Perform application routines. $this->doExecute(); // If we have an application document object, render it.// Set the application as global app\Joomla\CMS\Factory::$application = $app;// Execute the application.$app->execute(); * define() is used rather than "const" to not error for PHP 5.2 and lower */define('_JEXEC', 1);// Run the application - All executable code should be triggered through this filerequire_once dirname(__FILE__) . '/includes/app.php';<?php/** * @package Joomla.Site *|
FatalError
|
|---|
Symfony\Component\ErrorHandler\Error\FatalError:
Compile Error: require(): Failed opening required '/home/garnetandcarbone/public_html/administrator/cache/autoload_psr4.php' (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear')
at /home/garnetandcarbone/public_html/libraries/namespacemap.php:104
at JNamespacePsr4Map->load()
(/home/garnetandcarbone/public_html/libraries/src/Application/ExtensionNamespaceMapper.php:34)
at Joomla\CMS\Application\SiteApplication->createExtensionNamespaceMap()
(/home/garnetandcarbone/public_html/libraries/src/Application/CMSApplication.php:290)
at Joomla\CMS\Application\SiteApplication->execute()
(/home/garnetandcarbone/public_html/includes/app.php:61)
at /home/garnetandcarbone/public_html/index.php:32
at {main}()
|