hola tengo este script
Código PHP:
<?php
// this check prevents access to debug front controllers that are deployed by accident to production servers.
// feel free to remove this, extend it or make something more sophisticated.
//define('SIMFONY_ROOT', "/home/63542/users/.home/domains/pubcrawlba.com/html/calendar/html");
define('SIMFONY_ROOT', "/var/www/vhosts/esigual.net/subdomains/pubcrawl/httpdocs/calendar/html");
//define('SIMFONY_UPLOAD', "/home/63542/users/.home/domains/pubcrawlba.com/html/calendar/web/");
define('SIMFONY_UPLOAD', "/var/www/vhosts/esigual.net/subdomains/pubcrawl/httpdocs/calendar/web/");
define('SF_ROOT_DIR', realpath(dirname(__FILE__).'/../..'));
require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php');
$configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'prod', false);
sfContext::createInstance($configuration)->dispatch(); ?>
y ya no se que hacer por que me lanza el error
Código PHP:
Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/var/www/vhosts/esigual.net/subdomains/pubcrawl) is not within the allowed path(s): (/var/www/vhosts/esigual.net/subdomains/pubcrawl/httpdocs:/tmp) in /var/www/vhosts/esigual.net/subdomains/pubcrawl/httpdocs/calendar/index.php on line 12
pueden verlo en
http://pubcrawl.esigual.net/calendar/
estoy desesperado
gracias de antemano