Hej.. jeg fik et tip om at jeg kunne få hjælp her.. jeg har en chat.. men man kan ikke komme ind på den.. den siger :
Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/hotels/1go/chatplanet/html/inc/password.php on line 2
Warning: Cannot send session cache limiter - headers already sent (output started at /var/www/hotels/1go/chatplanet/html/inc/password.php:2) in /var/www/hotels/1go/chatplanet/html/inc/sql.php on line 3
- Jeg kan ikke finde problemet.. jeg har prøvet at ændre mapperne osv.. og er ærlig talt ikke særlig god til det :).. men hvis nogen kan hjælpe HURTIGT så vil jeg blive glad..
Limit the files that can be opened by PHP to the specified directory-tree, including the file itself. This directive is NOT affected by whether Safe Mode is turned On or Off.
When a script tries to open a file with, for example, fopen() or gzopen(), the location of the file is checked. When the file is outside the specified directory-tree, PHP will refuse to open it. All symbolic links are resolved, so it's not possible to avoid this restriction with a symlink.
The special value . indicates that the directory in which the script is stored will be used as base-directory.
Under Windows, separate the directories with a semicolon. On all other systems, separate the directories with a colon. As an Apache module, open_basedir paths from parent directories are now automatically inherited.
The restriction specified with open_basedir is actually a prefix, not a directory name. This means that "open_basedir = /dir/incl" also allows access to "/dir/include" and "/dir/incls" if they exist. When you want to restrict access to only the specified directory, end with a slash. For example: "open_basedir = /dir/incl/"
Note: Support for multiple directories was added in 3.0.7.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.