Phundament-Packages
[ class tree: Phundament-Packages ] [ index: Phundament-Packages ] [ all elements ]

Source for file Error.php

Documentation is available at Error.php

  1. <?php
  2. /**
  3.  * Error page.
  4.  *
  5.  * Shown up, when database is mis-configured
  6.  *
  7.  * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  8.  * @copyright 2005, diemeisterei GmbH. All rights reserved.
  9.  * @author $Author: schmunk $
  10.  * @version $Revision: 601 $  $Date: 2007-02-24 23:49:30 +0100 (Sa, 24 Feb 2007) $
  11.  * @package Phundament.Packages
  12.  * @subpackage LDatabase
  13.  */
  14.  
  15. /**
  16.  * @package System.Pages
  17.  * @subpackage LDatabase
  18.  */
  19.  ?>
  20. <html>
  21. <style type="text/css">
  22. <!--
  23. BODY {width: 75%;}
  24. .msg {border: 1px dotted red; color: red; padding: 1em; margin: 1em 0}
  25. .info {border: 1px dashed blue; color: blue; padding: 1em; margin: 0}
  26. .shell {border: 1px solid black; background-color: lightgray; padding: 1em; margin: 1em 0}
  27. -->
  28.  
  29. </style>
  30. <body>
  31. <h1>error</h1>
  32. <div class="msg">
  33. LDatabase is not configured correctly - master config file not found!
  34. </div>
  35. <div class="info">
  36. Run the following shell command and adjust your parameters
  37. </div>
  38. <div class="shell">
  39. cp <?php echo dirname(__FILE__)."/MasterConfig-dist.php" ?> <?php echo dirname(__FILE__)."/MasterConfig.php" ?>
  40. </div>
  41. <div class="shell">
  42. vi <?php echo dirname(__FILE__)."/MasterConfig.php" ?>
  43. </div>
  44.  
  45. </body>
  46. </html>

Documentation generated on Sun, 25 Feb 2007 16:09:34 +0100 by phpDocumentor 1.3.1