$this->trigger_error('the $compile_dir \''.$this->compile_dir.'\' does not exist, or is not a directory.',E_USER_ERROR);
returnfalse;
}
$this->trigger_error('unable to write to $compile_dir \''.realpath($this->compile_dir).'\'. Be sure $compile_dir is writable by the web server user.',E_USER_ERROR);