Ladenka nic neukazuje(nevim kde nastane chyba)

Upozornění: Tohle vlákno je hodně staré a informace nemusí být platné pro současné Nette.
hizo
Člen | 48
+
0
-

Caute, mam nette pre php 5.3. a hosting u pipni.cz, no ladenka nic neukazuje a teda nikdy neviem kde nastane chyba – v logu je len: PHP Fatal error: Uncaught exception Nette\Application\ApplicationException with message ‚An error occurred while executing error-presenter‘

v bootstrape:

<?php
Debugger::$strictMode = TRUE;
Debugger::enable(Debugger::DEVELOPMENT);
...
$application = $configurator->container->application;
$application->catchExceptions = FALSE;
$application->errorPresenter = 'Front:Error';
?>

error presenter vo front module:

<?php
namespace FrontModule;

use \Nette\Diagnostics\Debugger,
    \Nette\Application as NA;

class ErrorPresenter extends \BasePresenter
{...
?>

pri chybe vzdy dostanem hlasku od browseru this webpage is not available

hizo
Člen | 48
+
0
-

prosim vas pomozte ved bez tohto sa neda proste programovat…

Filip Procházka
Moderator | 4668
+
0
-

Nastane ti chyba, takže se to přesměruje na ErrorPresenter, ale v tom nastane druhá chyba, takže to umře úplně.

Nebylo by lepší ten ErrorPresenter vrátit tam jak byl? Můžeš mít i složky app/FrontModule/presenters i app/presenters. Nevadí to ničemu.

hizo
Člen | 48
+
0
-

jo vratil som to naspat ale stale nic…na locale mi to normalne funguje tam bude skor problem s nejakym nastavenim toho hostingu..ale aky to netusim

bazo
Člen | 620
+
0
-

skontroluj si ci nemas starsi error presenter a nove nette, tusim sa tam menila nejaka funkcia