Warning: disk_total_space() [function.disk-total-space]: ...

juliantheel2064

New Member
YetiShare User
Wurlie User
Jan 6, 2013
6
0
1
Hi,

since any days came at once the following problem:
Warning: disk_total_space() [function.disk-total-space]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/web1/html/:/var/www/web1/phptmp/:/var/www/web1/files/:/var/www/web1/atd/) in /var/www/web1/html/GigaLoad.TV/includes/functions.inc.php on line 1359
(Screen in attachment)

My provider had changed the user rights. These were INCREASED. That is - everything is on "777" or "755".
FTP and database rights are thus actually available.

Does anyone have a solution? :-(
 

Attachments

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Re: Warning: disk_total_space() [function.disk-total-space]:

The error is in the warning
Code:
Warning: disk_total_space() [function.disk-total-space]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s):
Modify the open_basedir settings in your PHP configuration.

The open_basedir setting is primarily used to prevent PHP scripts for a particular user from accessing files in another user's account. So usually, any files in your own account should be readable by your own scripts.
 

juliantheel2064

New Member
YetiShare User
Wurlie User
Jan 6, 2013
6
0
1
Re: Warning: disk_total_space() [function.disk-total-space]:

Hi,

thanks for the reply.
Unfortunately my provider has no idea what he must change. :roll:
(Resp. where)

Btw: When I upload a file a error appears: "Error: File is too small". No matter how large is the file... the error come always.
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Re: Warning: disk_total_space() [function.disk-total-space]:

In /usr/local/lib/php.ini comment out the line open_basedir so it looks like this

Code:
;open_basedir =