{get_combined_css} {foreach from=$themes item=theme} {if $theme.load_css} {combine_css path="admin/themes/`$theme.id`/theme.css" order=-10} {/if} {/foreach} {get_combined_scripts load='header'} {combine_script id='jquery' path='themes/default/js/jquery.min.js'} {literal} {/literal} {combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'} {footer_script require='jquery.cluetip'} jQuery().ready(function(){ldelim} jQuery('.cluetip').cluetip({ldelim} width: 300, splitTitle: '|', positionBy: 'bottomTop' }); }); {/footer_script} Piwigo {$RELEASE} - {'Installation'|@translate}

{'Version'|@translate} {$RELEASE} - {'Installation'|@translate}

{if isset($config_creation_failed)}

{'Creation of config file local/config/database.inc.php failed.'|@translate}

  • {'You can download the config file and upload it to local/config directory of your installation.'|@translate}

  • {'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}

{/if} {if isset($errors)}
    {foreach from=$errors item=error}
  • {$error}
  • {/foreach}
{/if} {if isset($infos)}
    {foreach from=$infos item=info}
  • {$info}
  • {/foreach}
{/if} {if isset($install)}
{'Basic configuration'|@translate}
{'Default gallery language'|@translate}
{'Database configuration'|@translate}
{'Host'|@translate} {'localhost, sql.multimania.com, toto.freesurf.fr'|@translate}
{'User'|@translate} {'user login given by your host provider'|@translate}
{'Password'|@translate} {'user password given by your host provider'|@translate}
{'Database name'|@translate} {'also given by your host provider'|@translate}
{'Database table prefix'|@translate} {'database tables names will be prefixed with it (enables you to manage better your tables)'|@translate}
{'Admin configuration'|@translate}
{'Webmaster login'|@translate} {'It will be shown to the visitors. It is necessary for website administration'|@translate}
{'Webmaster password'|@translate} {'Keep it confidential, it enables you to access administration panel'|@translate}
{'Password [confirm]'|@translate} {'verification'|@translate}
{'Webmaster mail address'|@translate} {'Visitors will be able to contact site administrator with this mail'|@translate}
{'Options'|@translate}
{else}

{'Visit Gallery'|@translate}

{/if}
{* content *}
{$L_INSTALL_HELP}
{* the_page *} {get_combined_scripts load='footer'}