1. Удали com_jcomments. Установи новый.
2. Временно очисти папку
Код:
/templates/rt_hivemind_j15/html/
Посмотри что будет.
удалил комменты вообще- все равно на моем сайте я их не использую
убрал и компонент и модуль и плагин
осталась одна ошибка
Trying to get property of non-object in /home/kobzew/kobzew.ru/docs/templates/rt_hivemind_j15/html/modules.php on line 43
полез туда- теоретически ошибка ведь в 43 строке? там нету такой
там
Showing source of file: modules.php
<?php
/**
* @version $Id: modules.php 5556 2006-10-23 19:56:02Z Jinx $
* @package Joomla
* @copyright Copyright (C) 2005 - 2006 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.
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
/**
* This is a file to add template specific chrome to module rendering. To use it you would
* set the style attribute for the given module(s) include in your template to use the style
* for each given modChrome function.
*
* eg. To render a module mod_test in the sliders style, you would use the following include:
* <jdoc:include type="module" name="test" style="slider" />
*
* This gives template designers ultimate control over how modules are rendered.
*
* NOTICE: All chrome wrapping methods should be named: modChrome_{STYLE} and take the same
* two arguments.
*/
/*
* Module chrome for rendering the module in a slider
*/
function modChrome_submenu($module, &$params, &$attribs)
{
global $Itemid;
$start = $params->get('startLevel');
$tabmenu = &JSite::getMenu();
$item = $tabmenu->getItem($Itemid);
while ($item->parent != 0) {
if ($item->sublevel == $start-1) break;
$item = $tabmenu->getItem($item->parent);
}
if (!empty ($module->content) && strlen($module->content) > 40) : ?>
<div class="module-menu"><div><div><div>
<!-- ><h3><?php echo $item->name; ?> Menu</h3> -->
<?php echo $module->content; ?>
</div></div></div></div>
<?php endif;
}
?>
ну если просто считать- то это скобочка будет- если все строки и пропуски- я ее выделил цветом
а если я очищу папку хтмл- мне кажется сайт гавкнется