00001 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
00002 <html>
00003 <head>
00004 <title>Database Setup Error</title>
00005 <link rel="stylesheet" type="text/css" href="<?php echo root ?>skins/errors.css">
00006 </head>
00007
00008 <body>
00009
00010 <div id="message">
00011
00012 <h2>Database Setup Error</h2>
00013
00014 <p>
00015 The database environment variables are not correctly set in the<br>
00016 webserver conf or .htaccess file. Please read through the comments<br>
00017 included in the file and set up the db_* environment variables correctly.
00018 </p>
00019
00020 <p>
00021 Some possible solutions are to make sure that mod_env is enabled<br>
00022 in httpd.conf, as well as having followed the instructions in the<br>
00023 README and INSTALL files.
00024 </p>
00025
00026 </div>
00027
00028 </body>
00029 </html>