( ! ) 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
#TimeMemoryFunctionLocation
10.0002396296{main}( ).../index.php:0
20.0003407744require_once( '/home/garnetandcarbone/public_html/includes/app.php ).../index.php:32
30.08298275968Joomla\CMS\Application\CMSApplication->execute( ).../app.php:61
40.08298278056Joomla\CMS\Application\CMSApplication->createExtensionNamespaceMap( ).../CMSApplication.php:290
50.08338314472JNamespacePsr4Map->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
#TimeMemoryFunctionLocation
10.0002396296{main}( ).../index.php:0
20.0003407744require_once( '/home/garnetandcarbone/public_html/includes/app.php ).../index.php:32
30.08298275968Joomla\CMS\Application\CMSApplication->execute( ).../app.php:61
40.08298278056Joomla\CMS\Application\CMSApplication->createExtensionNamespaceMap( ).../CMSApplication.php:290
50.08338314472JNamespacePsr4Map->load( ).../ExtensionNamespaceMapper.php:34
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') (500 Whoops, looks like something went wrong.)

FatalError

HTTP 500 Whoops, looks like something went wrong.

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')

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

  1.     {
  2.         if (!$this->exists()) {
  3.             $this->create();
  4.         }
  5.         $map $this->cachedMap ?: require $this->file;
  6.         $loader = include JPATH_LIBRARIES '/vendor/autoload.php';
  7.         foreach ($map as $namespace => $path) {
  8.             $loader->setPsr4($namespace$path);
  1.      */
  2.     public function createExtensionNamespaceMap()
  3.     {
  4.         \JLoader::register('JNamespacePsr4Map'JPATH_LIBRARIES '/namespacemap.php');
  5.         $extensionPsr4Loader = new \JNamespacePsr4Map();
  6.         $extensionPsr4Loader->load();
  7.     }
  8. }
SiteApplication->createExtensionNamespaceMap() in /home/garnetandcarbone/public_html/libraries/src/Application/CMSApplication.php (line 290)
  1.     public function execute()
  2.     {
  3.         try {
  4.             $this->sanityCheckSystemVariables();
  5.             $this->setupLogging();
  6.             $this->createExtensionNamespaceMap();
  7.             // Perform application routines.
  8.             $this->doExecute();
  9.             // If we have an application document object, render it.
SiteApplication->execute() in /home/garnetandcarbone/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';
  1. <?php
  2. /**
  3.  * @package    Joomla.Site
  4.  *

Stack Trace

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}()