mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
added a note to reload the webserver after a php.ini change and the location of the php.ini, hopefully that minimizes support requests ...
This commit is contained in:
parent
4bb3da5b8a
commit
9078939340
@ -389,13 +389,24 @@
|
|||||||
{
|
{
|
||||||
echo $error_icon.$msg;
|
echo $error_icon.$msg;
|
||||||
}
|
}
|
||||||
echo '*** '.lang('Please make the following change in your php.ini').': '.($args['safe_mode']?$args['safe_mode']:$args['change'])."\n";
|
echo '*** '.lang('Please make the following change in your php.ini').' ('.get_php_ini().'): '.(@$args['safe_mode']?$args['safe_mode']:$args['change'])."\n";
|
||||||
|
echo '*** '.lang('AND reload your webserver, so the above changes take effect !!!')."\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "\n";
|
echo "\n";
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function get_php_ini()
|
||||||
|
{
|
||||||
|
ob_start();
|
||||||
|
phpinfo(INFO_GENERAL);
|
||||||
|
$phpinfo = ob_get_contents();
|
||||||
|
ob_end_clean();
|
||||||
|
|
||||||
|
return preg_match('/\(php.ini\).*<\/td><td[^>]*>([^ <]+)/',$phpinfo,$found) ? $found[1] : False;
|
||||||
|
}
|
||||||
|
|
||||||
if ($run_by_webserver)
|
if ($run_by_webserver)
|
||||||
{
|
{
|
||||||
//echo "<html>\n<header>\n<title>Checking the eGroupWare install</title>\n</header>\n<body>\n";
|
//echo "<html>\n<header>\n<title>Checking the eGroupWare install</title>\n</header>\n<body>\n";
|
||||||
|
@ -23,6 +23,7 @@ all applications setup de Alle Applikationen
|
|||||||
all core tables and the admin and preferences applications setup de Sie alle Kern-Tabellen und die Anwendungen Admin und Einstellungen
|
all core tables and the admin and preferences applications setup de Sie alle Kern-Tabellen und die Anwendungen Admin und Einstellungen
|
||||||
all users setup de Alle Benutzer
|
all users setup de Alle Benutzer
|
||||||
analysis setup de Analyse
|
analysis setup de Analyse
|
||||||
|
and reload your webserver, so the above changes take effect !!! setup de UND reloaden Sie ihren Webserver, damit die obigen Änderungen in Kraft treten !!!
|
||||||
app details setup de Details der Anwendung
|
app details setup de Details der Anwendung
|
||||||
app install/remove/upgrade setup de Anwendung installierenn/entfernen/aktualisieren
|
app install/remove/upgrade setup de Anwendung installierenn/entfernen/aktualisieren
|
||||||
app process setup de Anwendung bearbeiten
|
app process setup de Anwendung bearbeiten
|
||||||
@ -274,6 +275,7 @@ passwords did not match, please re-enter setup de Passworte stimmten nicht
|
|||||||
path information setup de Pfadinformationen
|
path information setup de Pfadinformationen
|
||||||
path to user and group files has to be outside of the webservers document-root!!! setup de Pfad zu Benutzer und Gruppen Dateien MUSS AUSSERHALB des Wurzelverzeichnisses (document root) des Webservers sein!!!
|
path to user and group files has to be outside of the webservers document-root!!! setup de Pfad zu Benutzer und Gruppen Dateien MUSS AUSSERHALB des Wurzelverzeichnisses (document root) des Webservers sein!!!
|
||||||
persistent connections setup de Permanente Verbindungen
|
persistent connections setup de Permanente Verbindungen
|
||||||
|
please check for sql scripts within the application's directory setup de Bitte suchen Sie ein SQL Skript im Verzeichnis der Anwendung
|
||||||
please check read/write permissions on directories, or back up and use another option. setup de Bitte überprüfen Sie die Lese/Schreib-Rechte der Verzeichnisse oder gehen Sie zurück und benutzen eine andere Option.
|
please check read/write permissions on directories, or back up and use another option. setup de Bitte überprüfen Sie die Lese/Schreib-Rechte der Verzeichnisse oder gehen Sie zurück und benutzen eine andere Option.
|
||||||
please configure egroupware for your environment setup de Bitte konfigurieren Sie eGroupWare für Ihre Umgebung
|
please configure egroupware for your environment setup de Bitte konfigurieren Sie eGroupWare für Ihre Umgebung
|
||||||
please consult the %1. setup de Bitte konsultieren Sie das %1.
|
please consult the %1. setup de Bitte konsultieren Sie das %1.
|
||||||
|
@ -22,6 +22,7 @@ after retrieving the file, put it into place as the header.inc.php. then, click
|
|||||||
all core tables and the admin and preferences applications setup en all core tables and the admin and preferences applications
|
all core tables and the admin and preferences applications setup en all core tables and the admin and preferences applications
|
||||||
all users setup en All Users
|
all users setup en All Users
|
||||||
analysis setup en Analysis
|
analysis setup en Analysis
|
||||||
|
and reload your webserver, so the above changes take effect !!! setup en AND reload your webserver, so the above changes take effect !!!
|
||||||
app details setup en App details
|
app details setup en App details
|
||||||
app install/remove/upgrade setup en App install/remove/upgrade
|
app install/remove/upgrade setup en App install/remove/upgrade
|
||||||
app process setup en App process
|
app process setup en App process
|
||||||
@ -270,6 +271,7 @@ passwords did not match, please re-enter setup en Passwords did not match, pleas
|
|||||||
path information setup en Path information
|
path information setup en Path information
|
||||||
path to user and group files has to be outside of the webservers document-root!!! setup en Path to user and group files HAS TO BE OUTSIDE of the webservers document-root!!!
|
path to user and group files has to be outside of the webservers document-root!!! setup en Path to user and group files HAS TO BE OUTSIDE of the webservers document-root!!!
|
||||||
persistent connections setup en Persistent connections
|
persistent connections setup en Persistent connections
|
||||||
|
please check for sql scripts within the application's directory setup en Please check for sql scripts within the application's directory
|
||||||
please check read/write permissions on directories, or back up and use another option. setup en Please check read/write permissions on directories, or back up and use another option.
|
please check read/write permissions on directories, or back up and use another option. setup en Please check read/write permissions on directories, or back up and use another option.
|
||||||
please configure egroupware for your environment setup en Please configure eGroupWare for your environment
|
please configure egroupware for your environment setup en Please configure eGroupWare for your environment
|
||||||
please consult the %1. setup en Please consult the %1.
|
please consult the %1. setup en Please consult the %1.
|
||||||
|
Loading…
Reference in New Issue
Block a user