Hi.
Two days ago, my site was working well, no problems.
Today, I get this:
Warning: open_basedir restriction in effect. File is in wrong directory. in /usr/local/plesk/apache/vhosts/...../index.php on line 281
Warning: Failed opening 'home.php' for inclusion (include_path='.:/usr/local/plesk/apache/lib/php') in /usr/local/plesk/apache/vhosts/...../index.php on line 281
But home.php is there, in the good place.
line 281 is an include:
<td id=nav valign=top align=middle width='320'>
<?
if (empty($location))
$location="home.php";
include($location); <--- line 281
?>
</td>
On the page, I have about 5 includes. The first 2 works perfectly but when it arrives to the upper code you see, it gives me the error.
Anyone knows why?