Posted on Jun 6, 2005, 2:02 am by chris
| |
|
. Does this file exist: /se/smarty/Smarty_Compiler.class.php . What access rights? (Unix mask and owner please...) . If everything seems OK, can you modify Smarty.class.php as follow: 1. Find: | if (file_exists(SMARTY_DIR . $this->compiler_file)) { | 2. Before, Add: | print SMARTY_DIR . $this->compiler_file."<br />" | and let me know what's displayed at the top of all your pages (should be a new string). Thanks, -Chris.
|