2009-09-14 03:02:44 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
|
|
// ==================================================
|
|
|
|
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
|
|
|
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
|
|
|
// as published by the Free Software Foundation for version 2.
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Pandora FMS - The Flexible Monitoring System - Console error</title>
|
|
|
|
<meta http-equiv="expires" content="0">
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf8">
|
|
|
|
<meta name="resource-type" content="document">
|
|
|
|
<meta name="distribution" content="global">
|
|
|
|
<meta name="author" content="Sancho Lerena">
|
|
|
|
<meta name="copyright" content="This is GPL software. Created by Sancho Lerena and others">
|
|
|
|
<meta name="keywords" content="pandora, monitoring, system, GPL, software">
|
|
|
|
<meta name="robots" content="index, follow">
|
|
|
|
<link rel="icon" href="images/pandora.ico" type="image/ico">
|
|
|
|
<link rel="stylesheet" href="include/styles/pandora.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2009-10-19 10:39:45 +02:00
|
|
|
|
|
|
|
<div id="main" style='float:left; margin-left: 100px'>
|
2009-09-14 03:02:44 +02:00
|
|
|
<div align='center'>
|
|
|
|
<div id='login_f'>
|
|
|
|
<h1 id="log_f" class="error">Empty configuration table</h1>
|
|
|
|
<div>
|
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
* general/license/pandora_info_ast_es.html,
general/license/pandora_info_es_es.html,
general/license/pandora_info_ca.html,
general/license/pandora_info_pt_br.html,
general/license/pandora_info_ja.html, general/error_emptyconfig.php,
general/error_perms.php, general/error_authconfig.php,
general/error_noconfig.php, general/error_install.php,
general/error_dbconfig.php: fixed unclose html tags in source code, the
eclipse warm to me.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2823 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-01 11:39:10 +02:00
|
|
|
<img src="images/pandora_logo.png" border="0">
|
2009-09-14 03:02:44 +02:00
|
|
|
</div>
|
|
|
|
<div class="msg">
|
|
|
|
Cannot load configuration variables from database. Please check your database setup in the
|
|
|
|
<b>include/config.php</b> file or read the documentation on how to setup Pandora FMS.<i><br /><br />
|
|
|
|
Most likely your database schema has been created but there are is no data in it, you have a problem with the database access credentials or your schema is out of date.
|
|
|
|
<br><br>Pandora FMS Console cannot find <i>include/config.php</i> or this file has invalid
|
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
* general/license/pandora_info_ast_es.html,
general/license/pandora_info_es_es.html,
general/license/pandora_info_ca.html,
general/license/pandora_info_pt_br.html,
general/license/pandora_info_ja.html, general/error_emptyconfig.php,
general/error_perms.php, general/error_authconfig.php,
general/error_noconfig.php, general/error_install.php,
general/error_dbconfig.php: fixed unclose html tags in source code, the
eclipse warm to me.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2823 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-01 11:39:10 +02:00
|
|
|
permissions and HTTP server cannot read it. Please read documentation to fix this problem.</i>
|
2009-09-14 03:02:44 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|