Difference between revisions of "ETTVd:Known Bugs"

From WolfWiki
Jump to: navigation, search
(Webinterface)
(Webinterface)
Line 1: Line 1:
 
== Webinterface ==
 
== Webinterface ==
=== Fatal error: Smarty error: unable to write to $compile_dir ===
+
none
Fatal error: Smarty error: unable to write to $compile_dir 'includes/smarty/compile'. Be sure $compile_dir is writable by the web server user. in includes/smarty/Smarty.class.php on line 1102
+
normally this error should NOT appear. It means that Smarty tried to recompile the templates which is disabled in smarty's config. To make the error disapear just set the chmod of the directory includes/smarty/compile/ to 777 to make it writable.<br />
+
If you don't want to edit templates and get this message please also check the following lines of includes/smarty/Smarty.class.php:
+
line 141 should be like this:
+
    var $compile_check  =  false;
+
line 149 should be like this:
+
    var $force_compile  =  false;
+
  
 
== ETTVd Daemon ==
 
== ETTVd Daemon ==
 
none
 
none

Revision as of 18:07, 28 January 2007

Webinterface

none

ETTVd Daemon

none