We are facing this error
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php on line 24
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php:24) in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/config.php on line 203
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php:24) in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/config.php on line 206
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php:24) in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/config.php on line 209
We have two servers
1 one dedicated on whicn php is 4.3.2 and the same script is running fine
2. we have VPS with plesk 6.0 and here php is 4.2.2 and we are facing above error
Above kind of error we are facing in most of php scripts wheb we contacted our vps provider they say this is script problem we said that when it is running on other dedicated sever why problem in your server(VPS). we told that we are getting same kind of error in lot of php scripts. we understadn some thing is to be done at server level not at domain level as on other dedicated server we are running all scripts fine
Can you guide what should be done at server level so that we should not face this error in most of domains
our registered globle is ON
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php on line 24
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php:24) in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/config.php on line 203
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php:24) in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/config.php on line 206
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/header_mm.php:24) in /home/httpd/vhosts/domain.com/httpdocs/helplive/inc/config.php on line 209
We have two servers
1 one dedicated on whicn php is 4.3.2 and the same script is running fine
2. we have VPS with plesk 6.0 and here php is 4.2.2 and we are facing above error
Above kind of error we are facing in most of php scripts wheb we contacted our vps provider they say this is script problem we said that when it is running on other dedicated sever why problem in your server(VPS). we told that we are getting same kind of error in lot of php scripts. we understadn some thing is to be done at server level not at domain level as on other dedicated server we are running all scripts fine
Can you guide what should be done at server level so that we should not face this error in most of domains
our registered globle is ON
Comment