Skip to content
Snippets Groups Projects
Commit 0cfad235 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Message in installer is more clear

parent a830ef94
No related branches found
No related tags found
No related merge requests found
<?php <?php
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
*/ */
include_once("./inc.php"); include_once("./inc.php");
include_once("../core/class/html.form.class.php"); include_once("../core/class/html.form.class.php");
include_once("../html.formadmin.class.php"); include_once("../core/class/html.formadmin.class.php");
$err = 0; $err = 0;
......
...@@ -67,7 +67,7 @@ if (! is_object($conf)) dolibarr_install_syslog("upgrade2: conf file not initial ...@@ -67,7 +67,7 @@ if (! is_object($conf)) dolibarr_install_syslog("upgrade2: conf file not initial
* View * View
*/ */
pHeader('',"upgrade2",$_REQUEST['action'],'versionfrom='.$versionfrom.'&versionto='.$versionto); pHeader('',"upgrade2",isset($_REQUEST['action'])?$_REQUEST['action']:'','versionfrom='.$versionfrom.'&versionto='.$versionto);
$actiondone=0; $actiondone=0;
...@@ -80,7 +80,7 @@ if (! isset($_GET["action"]) || preg_match('/upgrade/i',$_GET["action"])) ...@@ -80,7 +80,7 @@ if (! isset($_GET["action"]) || preg_match('/upgrade/i',$_GET["action"]))
if (! $versionfrom && ! $versionto) if (! $versionfrom && ! $versionto)
{ {
print '<div class="error">Parameter versionfrom or version to missing.</div>'; print '<div class="error">Parameter versionfrom or version to missing. Upgrade is launched from page install/install.php (like a first install) instead of install/upgrade.php</div>';
exit; exit;
} }
......
...@@ -25,7 +25,7 @@ DBStoringCharset=Database charset to store data ...@@ -25,7 +25,7 @@ DBStoringCharset=Database charset to store data
DBSortingCharset=Database charset to sort data DBSortingCharset=Database charset to sort data
WarningModuleNotActive=Module <b>%s</b> must be enabled WarningModuleNotActive=Module <b>%s</b> must be enabled
WarningOnlyPermissionOfActivatedModules=Only permissions related to activated modules are shown here. You can activate other modules in the Home->Setup->Modules page. WarningOnlyPermissionOfActivatedModules=Only permissions related to activated modules are shown here. You can activate other modules in the Home->Setup->Modules page.
DolibarrSetup=Dolibarr setup DolibarrSetup=Dolibarr install or upgrade
DolibarrUser=Dolibarr user DolibarrUser=Dolibarr user
InternalUser=Internal user InternalUser=Internal user
ExternalUser=External user ExternalUser=External user
......
...@@ -25,7 +25,7 @@ DBStoringCharset= Charset base pour stockage données ...@@ -25,7 +25,7 @@ DBStoringCharset= Charset base pour stockage données
DBSortingCharset= Charset base pour tri données DBSortingCharset= Charset base pour tri données
WarningModuleNotActive= Module <b>%s</b> non actif WarningModuleNotActive= Module <b>%s</b> non actif
WarningOnlyPermissionOfActivatedModules= Attention, seules les permissions en rapport avec les modules activés sont affichées ici. Vous pouvez activer les autres modules sur la page Accueil->Configuration->Modules WarningOnlyPermissionOfActivatedModules= Attention, seules les permissions en rapport avec les modules activés sont affichées ici. Vous pouvez activer les autres modules sur la page Accueil->Configuration->Modules
DolibarrSetup= Installation de Dolibarr DolibarrSetup= Installation ou mise à jour de Dolibarr
DolibarrUser= Utilisateur Dolibarr DolibarrUser= Utilisateur Dolibarr
InternalUser= Utilisateur interne InternalUser= Utilisateur interne
ExternalUser= Utilisateur externe ExternalUser= Utilisateur externe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment