Hi
I have loged error
[26-Nov-2013 08:28:46 UTC] PHP Warning: require(): open_basedir restriction in effect. File(/class/class.rewrite.php) is not within the allowed path(s): (/home/admin/domains/mydomain.com/public_html/:/tmp:/var/tmp:/usr/local/lib/php/:/home/admin/domains/mydomain.com/public_html/blog/) in /home/admin/domains/mydomain.com/public_html/blog/widget/index.php on line 10
on line 10 I have this code:
require ($_SERVER["DOCUMENT_ROOT"]."/class/class.rewrite.php");
How I should fix issue?
I have loged error
[26-Nov-2013 08:28:46 UTC] PHP Warning: require(): open_basedir restriction in effect. File(/class/class.rewrite.php) is not within the allowed path(s): (/home/admin/domains/mydomain.com/public_html/:/tmp:/var/tmp:/usr/local/lib/php/:/home/admin/domains/mydomain.com/public_html/blog/) in /home/admin/domains/mydomain.com/public_html/blog/widget/index.php on line 10
on line 10 I have this code:
require ($_SERVER["DOCUMENT_ROOT"]."/class/class.rewrite.php");
How I should fix issue?