Nette default Sandbox welcome page shown even if code is changed

Notice: This thread is very old.
praveen
Member | 2
+
0
-

Hello,

I am following the quick start guide and have replaced the code in default.latte as well Homepage Presenter as per the guide.

But the content from the database is not show, instead the Sandbox welcome screen is show.

I have restarted Apache and tried, still the issue persists.

Any help will be appreciated.

praveen
Member | 2
+
0
-

Was solved be deleting every file inside every directory within cache directory. Did not know how to clear cache in anyother way.

Michal Vyšinský
Member | 608
+
0
-

You can delete whole cache directory – nette will create it automatically.

In development mode it should invalidate automatically. Do you work on localhost?

Tepster
Member | 28
+
0
-

I am not sure but I think enabling debug mode in bootstrap.php could solve your problem.

<?php
	$configurator->setDebugMode(TRUE);
?>

Last edited by Tepster (2014-11-05 11:54)

pistols
Member | 26
+
0
-

If you are on a mac, check this: https://forum.nette.org/…ues-on-a-mac#…

I also had an issue when changing things took effect quite later