|
From: Benjamin C. <bc...@us...> - 2002-04-09 20:44:31
|
Update of /cvsroot/phpbt/phpbt/templates/default/base
In directory usw-pr-cvs1:/tmp/cvs-serv23211/templates/default/base
Modified Files:
smartymissing.html templatesperm.html
Log Message:
Cleanup
Index: smartymissing.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/base/smartymissing.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smartymissing.html 8 Apr 2002 17:03:37 -0000 1.1
+++ smartymissing.html 9 Apr 2002 20:44:28 -0000 1.2
@@ -4,8 +4,13 @@
<link rel="stylesheet" href="styles/default.css" type="text/css">
</head>
<body>
- <div class="error">
- The Smarty templates class is not in your include path.
+ <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.
+ <?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
Index: templatesperm.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/base/templatesperm.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- templatesperm.html 8 Apr 2002 17:03:37 -0000 1.1
+++ templatesperm.html 9 Apr 2002 20:44:28 -0000 1.2
@@ -1,10 +1,11 @@
<html>
<head>
- <title>Smarty Templates Missing</title>
+ <title>Compiled Templates Directory Not Writeable</title>
<link rel="stylesheet" href="styles/default.css" type="text/css">
</head>
<body>
- <div class="error">
+ <div class="error">An error has occurred</div>
+ <div align="center">
The "c_templates" subdirectory is not writeable by the
web process. This needs to be corrected before the installation can proceed
so the templates can be compiled by smarty. Please reload this page when
|