[SOLUCIONADO] Migrar joomla de hosting - Strict Standards: Non-static method

Iniciado por graphixx, Abril 05, 2015, 07:43:38 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Buenas compañeros,

Resulta que me mude de hosting, y todo bien pase los archivos, importe la base de datos, configure el configuration.php, pero aun asi sale el error:
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Strict Standards: Non-static method JLoader::import() should not be called statically in /home/sistemasycontrol/public_html/shop/libraries/joomla/import.php on line 29 etc etc etc

Yo recuerdo que hace años tenia un script que reseteaba las configuraciones de BD de Joomla en su nueva ubicación, alguien lo tiene o recuerda como se llama, la verdad llevo 2 horas y media googleando tratándolo de ubicar.

PD: el script no es kickstart.php, yo migro a mano sin plugins.
PD2: La instalacion de joomla que estoy migrando es joomla 1.5



Solucion no se si la adecuada pero lo arreglo:
En el index.php , despues de:
// Set flag that this is a parent file
define( '_JEXEC', 1 );

Poner el codigo:
error_reporting( E_ERROR | E_PARSE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING );

Solución encontrada en:
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Mi Blog Personal
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login