Re: wrong open_basedir warning
[email protected] (Markus Falb)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 27.3.2013 17:00, Markus Falb wrote: > Warning: file_exists(): open_basedir restriction in effect. > File(/usr/share/wordpress/wp-config.php) is not within the allowed > path(s): (/var/www/blog:/usr/share/wordpress) in > /var/www/blog/www/test.php on line 2 I found it out. /usr/share/wordpress/wp-config.php is a symlink to /etc/wordpress/wp-config and /etc/wordpress is outside the open_basedirs. -- Markus Falb