|
From: Benjamin C. <bc...@us...> - 2002-04-09 21:08:05
|
Update of /cvsroot/phpbt/phpbt/templates/default/base
In directory usw-pr-cvs1:/tmp/cvs-serv27735/templates/default/base
Modified Files:
smartymissing.html
Log Message:
Offer a little more help
Index: smartymissing.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/base/smartymissing.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smartymissing.html 9 Apr 2002 20:44:28 -0000 1.2
+++ smartymissing.html 9 Apr 2002 20:56:46 -0000 1.3
@@ -7,14 +7,15 @@
<div class="error">An error has occurred</div>
<div align="center">
<?php if (SMARTY_PATH == '') { ?>
- The Smarty templates class is not in your include path.
+ The Smarty templates class is not in your include path. Either specify
+ the location of smarty via the SMARTY_PATH define in config.php
+ (and don't forget the trailing slash) or install smarty in your include path.
<?php } else { ?>
The Smarty templates class could not be found at <?php echo SMARTY_PATH.'Smarty.class.php'; ?>.
<?php } ?>
Without this class being available, phpBugTracker will not be able to work.
- Please visit <a href="http://www.phpinsider.com/php/code/Smarty/">the smarty
- website</a> and install the package. Please reload this page when smarty
- has been installed.
+ Smarty can be downloaded from <a href="http://www.phpinsider.com/php/code/Smarty/">the smarty
+ website</a>. Please reload this page when smarty has been installed.
</div>
</body>
</html>
|