ErrorException thrown
filemtime() [http://www.php.net/function.filemtime]: stat failed for /var/websites/over-gemeenten/html/../plexus/2.2-stable/applications/root/templates/internet-wo/sitemap.xml
Location: /usr/lib/plexus/2.2-stable/php/5.2/packages/Web/Template.php (Line: 59) :
Description: filemtime() [http://www.php.net/function.filemtime]: stat failed for /var/websites/over-gemeenten/html/../plexus/2.2-stable/applications/root/templates/internet-wo/sitemap.xml
Arguments: - "/var/websites/over-gemeenten/html/../plexus/2.2-stable/applications/root/templates/internet-wo/sitemap.xml"
Backtrace
Template::Template/usr/lib/plexus/2.2-stable/php/5.2/packages/Web/Template.php (59)
- var $class_placeholders = array();
-
- var $compiled_class = "";
-
- // ---------------------------------
- function Template($filename)
- {
- $this -> file_name = $filename;
$this -> file_modified = filemtime($this -> file_name);
- $this -> class_name = str_replace(".xml", "", $this->file_name);
- $this -> class_name = str_replace(":", "", $this->class_name);
- $this -> class_name = str_replace("\\", "_", $this->class_name);
- $this -> class_name = str_replace("/", "_", $this->class_name);
- $this -> class_name = str_replace(".", "_", $this->class_name);
- $this -> class_name = str_replace("-", "_", $this->class_name);
- }
- function newInstance()
rootRequestHandler::HandleRequest/var/websites/over-gemeenten/plexus/2.2-stable/applications/root/RequestHandler.php (294)
Runtime::HandleRequest/usr/lib/plexus/2.2-stable/php/5.2/runtime.php (623)
- if (file_exists(PLX_APPLICATION_PATH."/"."RequestHandler.php"))
- {
- Runtime::IncludeFile(PLX_APPLICATION_PATH."/"."RequestHandler.php");
- $handler = eval ("return new ".PLX_APPLICATION_NAME."RequestHandler();");
- }
- else
- {
- $handler = Runtime::Instantiate(RequestHandlerImpl);
- }
$handler->HandleRequest($request);
- }
- }
-
- public function Start ()
- {
- global $_SERVER, $_GET, $_POST, $_COOKIE;
- try
- {
- $this->Initialize();
Runtime::Start/usr/lib/plexus/2.2-stable/php/5.2/runtime.php (638)
- global $_SERVER, $_GET, $_POST, $_COOKIE;
- try
- {
- $this->Initialize();
- Runtime::$_request = new Request($_SERVER, $_GET, $_POST, $_COOKIE);
-
- if (defined("DEBUG") && DEBUG)
- ob_start("output_handler");
-
$this->HandleRequest(Runtime::$_request);
-
- if (defined("DEBUG") && DEBUG)
- ob_end_flush();
- }
- catch(Exception $e)
- {
- Runtime::PrintException($e);
- }
- }
Version Information: Plexus PLX Framework Version 2.0 © 2006 NIC.