1
I am moving my page to a new host... I have uploaded all the files from the old server to the new one... I want to use my old sql database for now (I'll probably move the sql later) I have modified the mainfile.php like I think it's supposed to be, but get those error messages:
Warning: main(): open_basedir restriction in effect. File(/httpdocs/gardar/html/include/common.php) is not within the allowed path(s): (/usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs:/tmp) in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/mainfile.php on line 95
Warning: main(/httpdocs/gardar/html/include/common.php): failed to open stream: Operation not permitted in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/mainfile.php on line 95
Warning: main(): Failed opening '/httpdocs/gardar/html/include/common.php' for inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/mainfile.php on line 95
Warning: main(): open_basedir restriction in effect. File(/httpdocs/gardar/html/class/xoopsblock.php) is not within the allowed path(s): (/usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs:/tmp) in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/header.php on line 28
Warning: main(/httpdocs/gardar/html/class/xoopsblock.php): failed to open stream: Operation not permitted in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/header.php on line 28
Warning: main(): Failed opening '/httpdocs/gardar/html/class/xoopsblock.php' for inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/header.php on line 28
Warning: main(): open_basedir restriction in effect. File(/httpdocs/gardar/html/class/template.php) is not within the allowed path(s): (/usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs:/tmp) in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/header.php on line 62
Warning: main(/httpdocs/gardar/html/class/template.php): failed to open stream: Operation not permitted in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/header.php on line 62
Fatal error: main(): Failed opening required '/httpdocs/gardar/html/class/template.php' (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/groundhost.net/subdomains/giraffi/httpdocs/gardar/html/header.php on line 62
hopefully someone can help, or at least give me hint what I can be doing wrong :)