-rw-rw-rw- 1159 1000 37.49KB Sep 19 2022 /web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php
/web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php
// start output buffering. We don't want to output anything to the browser window
// until we're absolutely sure that the entire page request has been handled
// correctly.
ob_start();
// ob_start(array(M_ControllerDispatcherCsrf::getInstance(), 'getHtmlProtected'));
// Get the controller callback:
$callback = $this->getControllerCallback();
// We try to...
try {
// Set the persistent memory in the CSRF Protection, for the next visit
// to the app:
// M_ControllerDispatcherCsrf::getInstance()->setPersistentMemoryForNextPageRequest();// Set Locale of Untranslated Strings:
M\Locale\Strings::getInstance()->setLocaleOfUntranslatedMessages('nl');
/* -- EVENT HANDLERS -- */
// Dispatch!
$dispatcher->dispatch();Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
Inherited from Exception
M\Exception\ResourceNotFoundException: Unable to construct Controller with path sitemap.xml in /web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php:765
Stack trace:
#0 /web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php(872): M\Controller\Dispatcher->getControllerCallback()
#1 /web/multimedium/multimedium.be/bi/releases/35/index.php(81): M\Controller\Dispatcher->dispatch()
#2 {main}
// start output buffering. We don't want to output anything to the browser window
// until we're absolutely sure that the entire page request has been handled
// correctly.
ob_start();
// ob_start(array(M_ControllerDispatcherCsrf::getInstance(), 'getHtmlProtected'));
// Get the controller callback:
$callback = $this->getControllerCallback();
// We try to...
try {
// Set the persistent memory in the CSRF Protection, for the next visit
// to the app:
// M_ControllerDispatcherCsrf::getInstance()->setPersistentMemoryForNextPageRequest();// Set Locale of Untranslated Strings:
M\Locale\Strings::getInstance()->setLocaleOfUntranslatedMessages('nl');
/* -- EVENT HANDLERS -- */
// Dispatch!
$dispatcher->dispatch();