Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/09/2011, 06:22
rojobe
 
Fecha de Ingreso: junio-2008
Mensajes: 17
Antigüedad: 15 años, 11 meses
Puntos: 0
Respuesta: Errores en file.php y fileoutput.php

Hola a todos, el sitio estaba funcionando perfectamente y lo estubo desde enero del 2011.
Me informan del siguiente error al ingresar

El sitio: dominicasorihuela.org
Parse error: syntax error, unexpected T_STRING in

/home/jy000104/public_html/libraries/joomla/cache/storage/file.php on line 255

La linea a la cual se refiere: $time = @file_get_contents($path.'_expire');

// set prune period
if(file_exists($path.'_expire')) {
$time = @file_get_contents($path.'_expire');
if ($time < $this->_now || empty($time)) {
$this->remove($id, $group);
}

y tampoco puedo ingresar al administrador
dominicasorihuela.ort/administrator
Parse error: syntax error, unexpected T_LNUMBER in

/home/jy000104/public_html/libraries/joomla/filter/filteroutput.php on line 137

(que es el chorizo que se ve arriba....)

en la funcion: function cleanText ( &$text )
{


Alguna idea del porqué suceden los errores.
Desde ya muchas gracias. Saludos cordiales rb. (ahora creo que está mejor.)