Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/09/2011, 00:43
Avatar de engonga
engonga
Usuario no validado
 
Fecha de Ingreso: marzo-2002
Ubicación: Buenos Aires
Mensajes: 1.300
Antigüedad: 22 años, 1 mes
Puntos: 8
error con define

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/pubcrawlis not within the  allowed path(s):  (/var/www/vhosts/esigual.net/subdomains/pubcrawl/httpdocs:/tmpin /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