self::$ViewData['Common'] = self::getCommon();if (self::$Debug) d("Ascension Core Debug Output");if (self::$Debug) d(self::$Resources);} catch (\Exception $e) {throw new \Exception($e);}}/*** @return void*/private static function __output() {
Exception: Sitemap.xml\Repository\Repository IRepository class not found in /var/www/vhosts/hollandsandlong.co.uk/test/vendor/ascension/core/src/Core.php:219
Stack trace:
#0 /var/www/vhosts/hollandsandlong.co.uk/test/vendor/ascension/core/src/Core.php(56): Ascension\Core::__loader()
#1 /var/www/vhosts/hollandsandlong.co.uk/test/public_html/index.php(36): Ascension\Core::ascend()
#2 {main}
-rw-r--r-- 10013 1005 11.3KB Apr 25 2023 /var/www/vhosts/hollandsandlong.co.uk/test/vendor/ascension/core/src/Core.php
$Request = new HTTP($_SERVER, $_REQUEST, file_get_contents('php://input'), $_FILES);$Request->defaultRoute['controller'] = self::$defaultRouting['controller'];$Request->defaultRoute['action'] = self::$defaultRouting['method'];self::__injectResource('HTTP', $Request);// Loaderself::__loader();self::__output();}/*** Load data storage objects* @return void* @throws \Exception
}/* End of support for Cli based routing/* Add data storage objects here */Core::addDataStorageObjects();/* End of addDataStorageObjects */Core::ascend();} catch (Exception $e) {d($e);if (isset($e['xdebug_message'])) {echo $e['xdebug_message'];}}