ddeswal293
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Hi,i am new here i need help
i made a script it works fine for some days but today when i open my site it give me a error
Warning: include() function.include]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/54353.php) is not within the allowed path(s): (/home/:/tmp) in <b>/home/ddeswal2/public_html/index.phpon line 81
Warning: include(/usr/local/apache/htdocs/54353.php) function.include]: failed to open stream: Operation not permitted in /home/ddeswal2/public_html/index.php on line 81
Warning: include() [function.include]: Failed opening '/usr/local/apache/htdocs/54353.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ddeswal2/public_html/index.php on line 81
i added this code to my index.php
<?php
include $_SERVER['DOCUMENT_ROOT'] . '/54353.php';
?>
i made a script it works fine for some days but today when i open my site it give me a error
Warning: include() function.include]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/54353.php) is not within the allowed path(s): (/home/:/tmp) in <b>/home/ddeswal2/public_html/index.phpon line 81
Warning: include(/usr/local/apache/htdocs/54353.php) function.include]: failed to open stream: Operation not permitted in /home/ddeswal2/public_html/index.php on line 81
Warning: include() [function.include]: Failed opening '/usr/local/apache/htdocs/54353.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ddeswal2/public_html/index.php on line 81
i added this code to my index.php
<?php
include $_SERVER['DOCUMENT_ROOT'] . '/54353.php';
?>