Ich hätte gerne gewusst, wie ich meine Fehler im Logg beheben kann.
Meine PHP-Version ist 5.3. Installation 4.8.12.
Ich habe auch die Dateien von http://forum.contenido.org/viewtopic.php?f=59&t=24737 (conlib) übernommen.
Hier sind die Fehlermeldungen:
Code: Alles auswählen
12-May-2010 08:34:15] PHP Warning: is_dir() [<a href='function.is-dir'>function.is-dir</a>]: open_basedir restriction in effect. File(/customers/xxx/httpd.www/contenido/plugins/index.php/) is not within the allowed path(s): (/customers/xxx:/var/www/diagnostics:/usr/share/php) in /customers/xxx/httpd.www/contenido/includes/functions.includePluginConf.php on line 69
[12-May-2010 08:34:29] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:35] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:36] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:36] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:36] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:37] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:37] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:38] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:41] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:41] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
[12-May-2010 08:34:41] PHP Warning: putenv() [<a href='function.putenv'>function.putenv</a>]: Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars) in /customers/xxx/httpd.www/contenido/includes/functions.i18n.php on line 216
Thommes