11-04-2009, 03:27 AM
hi i keep getting this error
iv done the what you told the other guy to do which was change ('show_footer', '1'), to ('show_footer', '0'), in install.sql
i done that and i still get the error please help
this is line 34 & 35
PHP Code:
Warning: disk_total_space() [function.disk-total-space]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/icehostl:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/icehostl/public_html/includes/variables.php on line 35
iv done the what you told the other guy to do which was change ('show_footer', '1'), to ('show_footer', '0'), in install.sql
i done that and i still get the error please help
this is line 34 & 35
PHP Code:
$diskfreespace =disk_free_space('/') / 1073741824;
$disktotalspace =disk_total_space('/') / 1073741824;