b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Source for file _conf_error.page.php

Documentation is available at _conf_error.page.php

  1. <?php
  2. /**
  3.  * This page displays an error message if the config is not done yet.
  4.  *
  5.  * VERY IMPORTANT: this file should assume AS LITTLE AS POSSIBLE
  6.  * on what configuration is already done or not
  7.  * 
  8.  * Before calling this page, you must set:
  9.  * - $error_message
  10.  *
  11.  * b2evolution - {@link http://b2evolution.net/}
  12.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  13.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  14.  *
  15.  * @package evocore
  16.  */
  17. ?>
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml">
  20.     <head>
  21.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  22.         <title>b2evolution is not configured yet</title>
  23.     </head>
  24. <body>
  25.     <div style="background-color:#fee; border: 1px solid red; text-align:center; ">
  26.         <p>This is b2evolution version <?php global $b2_versionecho $b2_version ?>.</p>
  27.         <p><strong>You cannot use the application before you finish configuration and installation.</strong></p>
  28.         <?php echo $error_message?>
  29.         <p>Please use the installer to finish your configuration/installation now.</p>
  30.         <p>On most installations, the installer will probably be either <a href="install/">here</a> or <a href="../install/">here</a>... (but I can't be sure since I have no config info available! :P)</p>
  31.     </div>
  32. </body>
  33. </html>
  34. <?php
  35.      exit;
  36. ?>

Documentation generated on Tue, 20 May 2008 01:53:42 +0200 by phpDocumentor 1.4.2