Last change
on this file since 32565 was
6222,
checked in by nikrou, 15 years ago
|
Database migration plugin : first public version
|
File size:
878 bytes
|
Line | |
---|
1 | <h3>{'Restore config for Mysql database'|@translate}</h3> |
---|
2 | |
---|
3 | {if isset($config_creation_failed)} |
---|
4 | <div class="config_creation_failed"> |
---|
5 | <p style="margin-left:30px;"> |
---|
6 | <strong>{'Creation of config file local/config/database.inc.php failed.'|@translate}</strong> |
---|
7 | </p> |
---|
8 | <ul> |
---|
9 | <li> |
---|
10 | <p>{'You can download the config file and upload it to local/config directory of your installation.'|@translate}</p> |
---|
11 | <p> |
---|
12 | <a href="{$config_url}">{'Download the config file'|@translate}</a> |
---|
13 | </p> |
---|
14 | </li> |
---|
15 | <li> |
---|
16 | <p>{'An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'|@translate}</p> |
---|
17 | <textarea rows="15" cols="70">{$config_file_content}</textarea> |
---|
18 | </li> |
---|
19 | </ul> |
---|
20 | </div> |
---|
21 | {/if} |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.