Exception

Request method: GET
Request url: /knihy/live-preview

Application vendor: Unknown vendor
Exception type: Exception
Exception message: String could not be parsed as XML
Exception code: 0
Exception Location: /var/www/MASTER/library/Webfresh/Platform/Xslt.php, line 18

Traceback

SimpleXMLElement->__construct

Method arguments: None
File: /var/www/MASTER/library/Webfresh/Platform/Xslt.php
Line: 0
Code:
1
2
/**
3
 * WebFresh Platform
4
 * 
5
 * This software is copyrighted material, all unauthorized distribution or modification

Webfresh_Platform_Xslt::translate

Method arguments: Stránka nenalezena Je nám líto, ale stránka kterou hledáte na naší internetové prezentaci není. Zkontrolujte prosím, že jste správně zadali adresu. Pokud jste sem byli odkázáni z jiné části našeho webu, dejte nám o tom vědět a pomožte nám tak zkvalitnit naše internetové služby. (string)
File: /var/www/MASTER/library/Webfresh/Platform/Controller/Plugin/Xslt.php
Line: 50
Code:
46
        if($this->_xsltEnabled) {
47
            try {
48
                $contents=$this->getResponse()->getBody();
49
                $this->getResponse()->clearBody();
50
                $this->getResponse()->setBody(Webfresh_Platform_Xslt::translate($contents),"Transformed");
51
            } catch (Exception $e) {
52
                $this->getResponse()->setHttpResponseCode(500);
53
                $this->getResponse()->clearBody();
54
                Webfresh_Platform_Exception::render($e);
55
            }

Webfresh_Platform_Controller_Plugin_Xslt->dispatchLoopShutdown

Method arguments: None
File: /var/www/MASTER/library/Zend/Controller/Plugin/Broker.php
Line: 353
Code:
349
    public function dispatchLoopShutdown()
350
    {
351
       foreach ($this->_plugins as $plugin) {
352
           try {
353
                $plugin->dispatchLoopShutdown();
354
            } catch (Exception $e) {
355
                if (Zend_Controller_Front::getInstance()->throwExceptions()) {
356
                    throw $e;
357
                } else {
358
                    $this->getResponse()->setException($e);

Zend_Controller_Plugin_Broker->dispatchLoopShutdown

Method arguments: None
File: /var/www/MASTER/library/Zend/Controller/Front.php
Line: 979
Code:
975
        /**
976
         * Notify plugins of dispatch loop completion
977
         */
978
        try {
979
            $this->_plugins->dispatchLoopShutdown();
980
        } catch (Exception $e) {
981
            if ($this->throwExceptions()) {
982
                throw $e;
983
            }
984

Zend_Controller_Front->dispatch

Method arguments: None
File: /var/www/MASTER/library/Zend/Application/Bootstrap/Bootstrap.php
Line: 97
Code:
93
            );
94
        }
95
96
        $front->setParam('bootstrap', $this);
97
        $response = $front->dispatch();
98
        if ($front->returnResponse()) {
99
            return $response;
100
        }
101
    }
102

Zend_Application_Bootstrap_Bootstrap->run

Method arguments: None
File: /var/www/MASTER/library/Zend/Application.php
Line: 366
Code:
362
     * @return void
363
     */
364
    public function run()
365
    {
366
        $this->getBootstrap()->run();
367
    }
368
369
    /**
370
     * Load configuration file of options
371
     *

Zend_Application->run

Method arguments: None
File: /var/www/nln.cz/public/nln/index.php
Line: 50
Code:
46
	    $config->getEnvironment(), 
47
	 	$config
48
	);
49
	$application->bootstrap()
50
	            ->run();
51
52
} catch (Exception $e) {
53
	echo "Chyba 500: Interní chyba serveru";
54
}
55

Environment

Load

Peak memory usage 10496 Kb
Actual memory usage 10496 Kb
Execution time 240 ms

_GET

_POST

Chyba 500: Interní chyba serveru