Seite 1 von 1

Fehler beim Installieren von phpBB3

Verfasst: 16.12.2007 20:13
von eVolutionX
Hallo, ich hab schon 3-mal die Gold Version von phpBB3 hoch geladen aber ich bekomme immer die selben Fehlermeldungen:

[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.%v]: open_basedir restriction in effect. File(/usr/share/php5/install_install.php) is not within the allowed path(s): (/srv/www/vhosts/eVolutionX-Project.net/httpdocs:/tmp)
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.%v]: failed to open stream: Operation not permitted
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.include]: Failed opening 'install_install.php' for inclusion (include_path='/usr/share/php5')
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.%v]: open_basedir restriction in effect. File(/usr/share/php5/install_main.php) is not within the allowed path(s): (/srv/www/vhosts/eVolutionX-Project.net/httpdocs:/tmp)
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.%v]: failed to open stream: Operation not permitted
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.include]: Failed opening 'install_main.php' for inclusion (include_path='/usr/share/php5')
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.%v]: open_basedir restriction in effect. File(/usr/share/php5/install_convert.php) is not within the allowed path(s): (/srv/www/vhosts/eVolutionX-Project.net/httpdocs:/tmp)
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.%v]: failed to open stream: Operation not permitted
[phpBB Debug] PHP Notice: in file /install/index.php on line 322: %vmodule%v(::) [function.include]: Failed opening 'install_convert.php' for inclusion (include_path='/usr/share/php5')

Ich hoffe Ihr könnt mir da irgendwie weiter helfen.

Gruß
eVolutionX

Verfasst: 16.12.2007 20:15
von Dr.Death

Verfasst: 16.12.2007 20:26
von eVolutionX
Ich habs auf meinem eigenen Server liegen und habe mir mal meine php.ini angeschaut da ist "open_basedir" und "safe_mode" off. Warum steht da eigtl. %vmodule%v und [function.%v] ?

Verfasst: 16.12.2007 20:29
von bantu
Eventuell hast du die falsche php.ini. Es kann da ja mehrere geben. Am besten rufst du mal phpinfo(); auf.

Verfasst: 16.12.2007 20:47
von eVolutionX
Ich hab mir phpinfo(); mal angeschaut und das ist wohl Local irgendwie an oder so ... evtl. werdet Ihr daraus schlau: http://www.evolutionx-project.net/a.php

Verfasst: 16.12.2007 20:49
von bantu
/etc/php5/apache2/php.ini sollte die richtige Datei sein.

Verfasst: 16.12.2007 20:55
von eVolutionX
Dort steht folgendes:

Code: Alles auswählen

; Safe Mode
;
safe_mode = Off

; By default, Safe Mode does a UID compare check when
; opening files. If you want to relax this to a GID compare,
; then turn on safe_mode_gid.
safe_mode_gid = Off

; When safe_mode is on, UID/GID checks are bypassed when
; including files from this directory and its subdirectories.
; (directory must also be in include_path or full path must
; be used when including)
safe_mode_include_dir =

; When safe_mode is on, only executables located in the safe_mode_exec_dir
; will be allowed to be executed via the exec family of functions.
safe_mode_exec_dir =

; Setting certain environment variables may be a potential security breach.
; This directive contains a comma-delimited list of prefixes.  In Safe Mode,
; the user may only alter environment variables whose names begin with the
; prefixes supplied here.  By default, users will only be able to set
; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
;
; Note:  If this directive is empty, PHP will let the user modify ANY
; environment variable!
safe_mode_allowed_env_vars = PHP_

; This directive contains a comma-delimited list of environment variables that
; the end user won't be able to change using putenv().  These variables will be
; protected even if safe_mode_allowed_env_vars is set to allow to change them.
safe_mode_protected_env_vars = LD_LIBRARY_PATH

; open_basedir, if set, limits all file operations to the defined directory
; and below.  This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;open_basedir =

Verfasst: 22.12.2007 12:41
von eVolutionX
Hallo, kann mir keiner helfen? :cry: