-rw-r--r-- 1159 1000 37.83KB Nov 14 2025 /web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M/Controller/Dispatcher.php
/web/multimedium/multimedium.be/bi-v2/releases/73/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(); [\Backend\Module\Calendar\Model\BusinessDayTypeHelper::WORKING_AT_HOME],
'Thuiswerk'
);
die;
}
// 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
M\Exception\ResourceNotFoundException: Unable to construct Controller with path sitemap.xml in /web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M/Controller/Dispatcher.php:766
Stack trace:
#0 /web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M/Controller/Dispatcher.php(873): M\Controller\Dispatcher->getControllerCallback()
#1 /web/multimedium/multimedium.be/bi-v2/releases/73/index.php(123): 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(); [\Backend\Module\Calendar\Model\BusinessDayTypeHelper::WORKING_AT_HOME],
'Thuiswerk'
);
die;
}
// Dispatch!
$dispatcher->dispatch();