The error:
Warning: SAFE MODE Restriction in effect. The script whose uid is 10024 is not allowed to access ./restaurants/15/directions.php owned by uid 0 in /usr/local/psa/home/vhosts/greenfork.com/httpdocs/directions.php on line 7
The code:
$menulocation = "./restaurants/$r_id/menu.php";
if(file_exists($menulocation))
{
include "./restaurants/$r_id/menu.php";
}
any thoughts on how to fix this? thx for any help offered.