Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/09/2011, 23:32
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 al migrar de servidor

hola

hoy migré de servidor a hostmonster.com
mi pagina que antes funcionaba bien

pero ahora en el nuevo host me sale el siguiente error

[an error occurred while processing this directive]

no se como hacer para que me arroje los errores php ya he puesto en el php.ini que me los muestre pero no me hace caso y no me arroja los errores


el script que hay en el calendar/index.php es
Código PHP:
<?php
//ini_set("display_errors", 1);
//ini_set("include_path", 1);
//ini_set("log_errors", 1);
//ini_set("error_append_string", 1);
// 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'"/home2/onetwpj4/public_html/vinadelmarpubcrawl/calendar/html");


//define('SIMFONY_UPLOAD', "/home/63542/users/.home/domains/pubcrawlba.com/html/calendar/web/");
define('SIMFONY_UPLOAD'"/home2/onetwpj4/public_html/vinadelmarpubcrawl/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(); ?>