Recent Topics

1 Mar 19, 2007 19:27    

My b2evolution Version: 1.9.x

I get this error after installation in the admin panel:

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/var/www/netsons.org/hardblogcafe/skins/..) is not within the allowed path(s): (/tmp/:/var/www/netsons.org/hardblogcafe/:/var/www/netsons.org/tmp/:/usr/local/php5/share/) in /var/www/netsons.org/hardblogcafe/inc/MODEL/skins/_skin.funcs.php on line 222

2 Mar 19, 2007 21:44

Seems like a PHP error. /var/www/netsons.org/hardblogcafe/ is in the list. What PHP version are you using on that server?

4 Mar 20, 2007 18:14

blueyed wrote:

Seems like a PHP error. /var/www/netsons.org/hardblogcafe/ is in the list. What PHP version are you using on that server?

On this hosting i can switch between this version:

php 4 or 5
mysql 4 or 5

I've noticed that with the following configuration:

Php 4 - Mysql 5 ---> no error

With the following

Php 5 - Mysql 5----> error
Php 5 - Mysql 4----> error

Tomorrow i'll try 4-4

6 Mar 20, 2007 18:43

m4ndr4k3 wrote:

I've noticed that with the following configuration:

Php 4 - Mysql 5 ---> no error

Yes, it seems the open_basedir functionality has changed in PHP 5.0 or 5.1 (see bug report).


Form is loading...