blob: 539598320669f71f94ac60b0ab7fdd75c90bdc05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
/**
* Elgg settings not found message
* Is saved to the errors register when settings.php cannot be found
*
* @package Elgg
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider Ltd
* @copyright Curverider Ltd 2008
* @link http://elgg.org/
*/
?>
Elgg couldn't find its settings file. Most of Elgg's settings will be handled for you, but we need you to supply your database details. To do this:
1. Rename engine/settings.example.php to settings.php in your Elgg installation.
2. Open it with a text editor and enter your MySQL database details. If you don't know these, ask your system administrator or technical support for help.
|