|
From: Benjamin C. <bc...@us...> - 2002-04-08 17:05:55
|
Update of /cvsroot/phpbt/phpbt/templates/default/base In directory usw-pr-cvs1:/tmp/cvs-serv28466/templates/default/base Added Files: smartymissing.html templatesperm.html Log Message: Error messages --- NEW FILE: smartymissing.html --- <html> <head> <title>Smarty Templates Missing</title> <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. 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. </div> </body> </html> --- NEW FILE: templatesperm.html --- <html> <head> <title>Smarty Templates Missing</title> <link rel="stylesheet" href="styles/default.css" type="text/css"> </head> <body> <div class="error"> 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 this has been corrected. </div> </body> </html> |