سلام
فایل function.php را باز کنید و کد زیر را پیدا کنید :
و با کد زیر جایگزین کنید :کد:$this->canEdit = $document->user->authorise('core.edit', 'com_content.frontpage.' .
$this->item->id);
تست کنید ببینید ارور رفع میشه ؟کد:$user =& JFactory::getUser();
$this->canEdit = $user->authorise('core.edit', 'com_content.frontpage.' .
$this->item->id);
یا علی
