error in upgrade version

#1
Hi,
since we upgraded to version 4.2.1, these errors are generated:

[3:08:35 PM] www.xxxxxx.com: 15/07/2011 05:31:53.087 [NOTICE] [# 193.37.152.231:34852-0 APVH_txxxx.it] [STDERR] PHP Warning: opendir (/ home / txxxxit / public_html /) [function.opendir <a href='function.opendir'> </ a>]: failed to open dir: Permission denied in / usr / local / lib / php / AUTOINDEX / default.php on line 136

If we return to vbersione 4.1.1. the problem is resolved.
I wanted to tell you that the links in the Downloads section, are wrong.

i waiting for your replay
best regards
 

webizen

Well-Known Member
#2
links in download page has been updated.

regarding the error, please create phpinfo page as follows and compare the difference of open_basedir between two versions and see if "/home/txxxxit/public_html" is included.

<?php phpinfo(); ?>
 

DraCoola

Well-Known Member
#4
I have this issue with 4.1.3
remove open_basedir value on /usr/local/lib/php.ini has no effect to php.
no matter it is empty or not, php info still showing for :
Code:
open_basedir = "/home:/usr/lib/php:/usr/local/lib/php:/tmp"
how to edit/remove this open_basedir entry from LSAPI?
 

webizen

Well-Known Member
#5
the phpinfo page should show two values of open_basedir: local value and master value. if it is removed or empty in /usr/local/lib/php.ini, master value should be empty. If local value is non-empty (but master value is empty), you must have open_basedir set in your vhost.
 
Top