- Impact
- 58
I have a site that is hosted on a shared server. www.fixtips.com
Recently the host upgraded something on the server and now I am getting these errors:
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/pear/functions.inc.php) is not within the allowed path(s): (/home/httpd/vhosts/fixtips.com/httpdocs:/tmp) in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 4
Warning: main(functions.inc.php) [function.main]: failed to open stream: Operation not permitted in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 4
Warning: main() [function.include]: Failed opening 'functions.inc.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 4
Fatal error: Call to undefined function isUserAllowed() in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 12
My question is this:
Is this a problem with the code on my site or is it something they did?
Any advice given will help - thanks
Recently the host upgraded something on the server and now I am getting these errors:
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/pear/functions.inc.php) is not within the allowed path(s): (/home/httpd/vhosts/fixtips.com/httpdocs:/tmp) in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 4
Warning: main(functions.inc.php) [function.main]: failed to open stream: Operation not permitted in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 4
Warning: main() [function.include]: Failed opening 'functions.inc.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 4
Fatal error: Call to undefined function isUserAllowed() in /home/httpd/vhosts/fixtips.com/httpdocs/includes/header.php on line 12
My question is this:
Is this a problem with the code on my site or is it something they did?
Any advice given will help - thanks







