在Joomla 1.7中找不到404类别

时间:2012-03-19 05:58:18

标签: joomla joomla1.7

我不知道为什么突然无法查看此页面。以前有人遇到这个问题吗?其他页面都很好。 http://goo.gl/nQ49i

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题并通过修改此文件找到了解决方案:components / com_content / views / category / view.html.php

评论:

if ($parent == false) {
    return JError::raiseError(404, JText::_('JGLOBAL_CATEGORY_NOT_FOUND'));
}

核心黑客并不是最好的,但没有它就无法修复它。

相关问题