1 m4ndr4k3 Mar 19, 2007 19:27
3 m4ndr4k3 Mar 20, 2007 02:09
look here :
4 m4ndr4k3 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
5 blueyed Mar 20, 2007 18:42
The fix is here:
http://evocms.cvs.sourceforge.net/evocms/b2evolution/blogs/inc/MODEL/skins/_skin.funcs.php?r1=1.7.2.7&r2=1.7.2.8&pathrev=v-1-9 - you can replace the whole file.
btw: I've filed a bug in PHP, but it's not really related - I've just discovered it (again) while looking at this issue: http://bugs.php.net/40867 (open_basedir does not allow access to "/tmp" if "/tmp/" is in open_basedir list)
6 blueyed 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).
Seems like a PHP error. /var/www/netsons.org/hardblogcafe/ is in the list. What PHP version are you using on that server?