Notice (8): Undefined index: HTTP_ACCEPT_LANGUAGE [APP/Controller/AppController.php, line 77]Code Context{//checking the 1st favorite language of the user's browser$browserLanguage = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);$config = array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) )AppController::checkBrowserLanguage() - APP/Controller/AppController.php, line 77 AppController::beforeFilter() - APP/Controller/AppController.php, line 65 call_user_func - [internal], line ?? CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 247 Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674 ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 154 ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 92 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 119 [main] - [internal], line ??
Warning (2): Cannot modify header information - headers already sent by (output started at /srv/www/openillink2/lib/Cake/Utility/Debugger.php:801) [APP/View/Layouts/default.ctp, line 20]Code Context$cakeDescription = __('OpenIllink');header("Expires: Sat, 01 Jan 2000 00:00:00 GMT"); // une date d'expiration dans le passé$viewFile = '/srv/www/openillink2/app/View/Layouts/default.ctp' $dataForView = array( 'class' => 'Sitemap.xmlController', 'plugin' => null, 'code' => (int) 404, 'url' => '/sitemap.xml', 'name' => 'Controller class Sitemap.xmlController could not be found.', 'error' => object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( [maximum depth reached] ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 }, '_serialize' => array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ), 'config' => array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ), 'content_for_layout' => '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Errors' ) $class = 'Sitemap.xmlController' $plugin = null $code = (int) 404 $url = '/sitemap.xml' $name = 'Controller class Sitemap.xmlController could not be found.' $error = object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( 'class' => 'Sitemap.xmlController', 'plugin' => null ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 } $_serialize = array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ) $config = array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ) $content_for_layout = '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ' $scripts_for_layout = '' $title_for_layout = 'Errors' $cakeDescription = 'OpenIllink'header - [internal], line ?? include - APP/View/Layouts/default.ctp, line 20 View::_evaluate() - CORE/Cake/View/View.php, line 929 View::_render() - CORE/Cake/View/View.php, line 891 View::renderLayout() - CORE/Cake/View/View.php, line 523 View::render() - CORE/Cake/View/View.php, line 468 Controller::render() - CORE/Cake/Controller/Controller.php, line 952 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 273 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 197 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 175 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 120 [main] - [internal], line ??
Warning (2): Cannot modify header information - headers already sent by (output started at /srv/www/openillink2/lib/Cake/Utility/Debugger.php:801) [APP/View/Layouts/default.ctp, line 21]Code Context$cakeDescription = __('OpenIllink');header("Expires: Sat, 01 Jan 2000 00:00:00 GMT"); // une date d'expiration dans le passéheader("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // la date/heure de génération de la page$viewFile = '/srv/www/openillink2/app/View/Layouts/default.ctp' $dataForView = array( 'class' => 'Sitemap.xmlController', 'plugin' => null, 'code' => (int) 404, 'url' => '/sitemap.xml', 'name' => 'Controller class Sitemap.xmlController could not be found.', 'error' => object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( [maximum depth reached] ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 }, '_serialize' => array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ), 'config' => array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ), 'content_for_layout' => '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Errors' ) $class = 'Sitemap.xmlController' $plugin = null $code = (int) 404 $url = '/sitemap.xml' $name = 'Controller class Sitemap.xmlController could not be found.' $error = object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( 'class' => 'Sitemap.xmlController', 'plugin' => null ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 } $_serialize = array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ) $config = array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ) $content_for_layout = '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ' $scripts_for_layout = '' $title_for_layout = 'Errors' $cakeDescription = 'OpenIllink'header - [internal], line ?? include - APP/View/Layouts/default.ctp, line 21 View::_evaluate() - CORE/Cake/View/View.php, line 929 View::_render() - CORE/Cake/View/View.php, line 891 View::renderLayout() - CORE/Cake/View/View.php, line 523 View::render() - CORE/Cake/View/View.php, line 468 Controller::render() - CORE/Cake/Controller/Controller.php, line 952 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 273 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 197 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 175 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 120 [main] - [internal], line ??
Warning (2): Cannot modify header information - headers already sent by (output started at /srv/www/openillink2/lib/Cake/Utility/Debugger.php:801) [APP/View/Layouts/default.ctp, line 22]Code Contextheader("Expires: Sat, 01 Jan 2000 00:00:00 GMT"); // une date d'expiration dans le passéheader("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // la date/heure de génération de la pageheader("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); // désactivation du cache$viewFile = '/srv/www/openillink2/app/View/Layouts/default.ctp' $dataForView = array( 'class' => 'Sitemap.xmlController', 'plugin' => null, 'code' => (int) 404, 'url' => '/sitemap.xml', 'name' => 'Controller class Sitemap.xmlController could not be found.', 'error' => object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( [maximum depth reached] ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 }, '_serialize' => array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ), 'config' => array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ), 'content_for_layout' => '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Errors' ) $class = 'Sitemap.xmlController' $plugin = null $code = (int) 404 $url = '/sitemap.xml' $name = 'Controller class Sitemap.xmlController could not be found.' $error = object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( 'class' => 'Sitemap.xmlController', 'plugin' => null ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 } $_serialize = array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ) $config = array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ) $content_for_layout = '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ' $scripts_for_layout = '' $title_for_layout = 'Errors' $cakeDescription = 'OpenIllink'header - [internal], line ?? include - APP/View/Layouts/default.ctp, line 22 View::_evaluate() - CORE/Cake/View/View.php, line 929 View::_render() - CORE/Cake/View/View.php, line 891 View::renderLayout() - CORE/Cake/View/View.php, line 523 View::render() - CORE/Cake/View/View.php, line 468 Controller::render() - CORE/Cake/Controller/Controller.php, line 952 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 273 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 197 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 175 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 120 [main] - [internal], line ??
Warning (2): Cannot modify header information - headers already sent by (output started at /srv/www/openillink2/lib/Cake/Utility/Debugger.php:801) [APP/View/Layouts/default.ctp, line 23]Code Contextheader("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // la date/heure de génération de la pageheader("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); // désactivation du cacheheader("Cache-Control: post-check=0, pre-check=0", false); // gestion du cache de IE$viewFile = '/srv/www/openillink2/app/View/Layouts/default.ctp' $dataForView = array( 'class' => 'Sitemap.xmlController', 'plugin' => null, 'code' => (int) 404, 'url' => '/sitemap.xml', 'name' => 'Controller class Sitemap.xmlController could not be found.', 'error' => object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( [maximum depth reached] ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 }, '_serialize' => array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ), 'config' => array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ), 'content_for_layout' => '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Errors' ) $class = 'Sitemap.xmlController' $plugin = null $code = (int) 404 $url = '/sitemap.xml' $name = 'Controller class Sitemap.xmlController could not be found.' $error = object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( 'class' => 'Sitemap.xmlController', 'plugin' => null ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 } $_serialize = array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ) $config = array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ) $content_for_layout = '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ' $scripts_for_layout = '' $title_for_layout = 'Errors' $cakeDescription = 'OpenIllink'header - [internal], line ?? include - APP/View/Layouts/default.ctp, line 23 View::_evaluate() - CORE/Cake/View/View.php, line 929 View::_render() - CORE/Cake/View/View.php, line 891 View::renderLayout() - CORE/Cake/View/View.php, line 523 View::render() - CORE/Cake/View/View.php, line 468 Controller::render() - CORE/Cake/Controller/Controller.php, line 952 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 273 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 197 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 175 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 120 [main] - [internal], line ??
Warning (2): Cannot modify header information - headers already sent by (output started at /srv/www/openillink2/lib/Cake/Utility/Debugger.php:801) [APP/View/Layouts/default.ctp, line 24]Code Contextheader("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); // désactivation du cacheheader("Cache-Control: post-check=0, pre-check=0", false); // gestion du cache de IEheader("Pragma: no-cache"); // gestion du cache de IE$viewFile = '/srv/www/openillink2/app/View/Layouts/default.ctp' $dataForView = array( 'class' => 'Sitemap.xmlController', 'plugin' => null, 'code' => (int) 404, 'url' => '/sitemap.xml', 'name' => 'Controller class Sitemap.xmlController could not be found.', 'error' => object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( [maximum depth reached] ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 }, '_serialize' => array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ), 'config' => array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ), 'content_for_layout' => '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Errors' ) $class = 'Sitemap.xmlController' $plugin = null $code = (int) 404 $url = '/sitemap.xml' $name = 'Controller class Sitemap.xmlController could not be found.' $error = object(MissingControllerException) { [protected] _messageTemplate => 'Controller class %s could not be found.' [protected] _attributes => array( 'class' => 'Sitemap.xmlController', 'plugin' => null ) [protected] _responseHeaders => null [protected] message => 'Controller class Sitemap.xmlController could not be found.' [protected] code => (int) 404 [protected] file => '/srv/www/openillink2/lib/Cake/Routing/Dispatcher.php' [protected] line => (int) 154 } $_serialize = array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ) $config = array( 'Configuration' => array( 'id' => '1', 'library_name' => 'HESSO Valais/Wallis // Médiathèques', 'library_street' => '', 'library_zip' => '', 'library_city' => '', 'library_country' => '', 'library_tel' => '', 'library_email' => '', 'library_url' => 'https://www.hevs.ch/fr/mediatheques-hes-so-valais-wallis/', 'manager_name' => 'Nicolas Buro', 'manager_email' => 'nicolas.buro@hevs.ch', 'manager_tel' => '', 'journals_url' => '', 'delivery_email' => 'library@xyz.com', 'admin_email' => 'nicolas.buro@hevs.ch', 'crossref_username' => '', 'crossref_password' => '', 'crossref_email' => 'biblio@hevs.ch', 'directory1_name' => '', 'directory1_url' => '', 'directory2_name' => '', 'directory2_url' => '', 'browser_language_detection' => true, 'openurl_sid' => 'xyz:openillink', 'is_shibboleth_active' => false, 'shibboleth_url' => 'https://wayf-test.switch.ch/SWITCHaai/WAYF', 'shibboleth_entity' => 'https://aai-demo.switch.ch/shibboleth', 'shibboleth_return' => 'https://aai-demo.switch.ch/Shibboleth.sso/DS?SAMLDS=1', 'is_ldap_active' => true, 'mail_auth_info' => false, 'invoice_fields_visibility' => true, 'budget_visibility' => false, 'ldap_url' => 'ldap://ldap.hevs.ch', 'ldap_port' => '389', 'ldap_rdn' => 'cn=ldapproxy,o=hevs', 'ldap_password' => 'xi7eco', 'ldap_base_dn' => 'o=hevs', 'is_proxy_active' => false, 'proxy_url' => 'proxy.nxyz.com', 'proxy_port' => '8080', 'proxy_username' => '', 'proxy_password' => '', 'order_info' => '' ) ) $content_for_layout = '<h2>Missing Controller</h2> <p class="error"> <strong>Error: </strong> <em>Sitemap.xmlController</em> could not be found.</p> <p class="error"> <strong>Error: </strong> Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p> <pre> <?php class Sitemap.xmlController extends AppController { } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'sitemap.xml' base => '' webroot => '/' here => '/sitemap.xml' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ' $scripts_for_layout = '' $title_for_layout = 'Errors' $cakeDescription = 'OpenIllink'header - [internal], line ?? include - APP/View/Layouts/default.ctp, line 24 View::_evaluate() - CORE/Cake/View/View.php, line 929 View::_render() - CORE/Cake/View/View.php, line 891 View::renderLayout() - CORE/Cake/View/View.php, line 523 View::render() - CORE/Cake/View/View.php, line 468 Controller::render() - CORE/Cake/Controller/Controller.php, line 952 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 273 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 197 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 175 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 120 [main] - [internal], line ??
Error: Sitemap.xmlController could not be found.
Error: Create the class Sitemap.xmlController below in file: app/Controller/Sitemap.xmlController.php
<?php
class Sitemap.xmlController extends AppController {
}
Notice: If you want to customize this error message, create app/View/Errors/missing_controller.ctp
$Dispatcher->dispatch(new CakeRequest(),new CakeResponse());
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}