Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/11/2010, 11:22
loboferoz3d
 
Fecha de Ingreso: agosto-2006
Mensajes: 4
Antigüedad: 17 años, 8 meses
Puntos: 0
problema con migracion de mi web

buenos dias
tengo un problema y les pido ayuda porfavor

tenia mi web subida en otro servidor, la hice con un template de joomla
la estoy pasando a otro servidor, pero en el nuevo me sale

Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/xxxx/public_html/xxxxx/components/com_gantry/core/gantry.class.php on line 31

en gantry.class.php
estan las siguientes lineas

24 /**
25 * This is the base class for the Gantry framework. It is the primary mechanisim for template definition
26 *
27 * @package gantry
28 * @subpackage core
29 */
30 class Gantry {
31 static $instance;
32
33 public static function getInstance()
34 {
35 if (!self::$instance) {
36 self::$instance = new Gantry();
37 }
38 return self::$instance;
39 }

espero su ayuda
gracias