ضمن تشکر از شما.
فایل های آخرین نسخه جوملا 2.5 رو تهیه و Replace کردم.
بعد از این کار زمانی که وارد ویرایش مطالب میشدم کلا با پیام خطا زیر مواجه می شدم :
کد خط 459 این بود :Fatal error: Call to undefined method stdClass:: OnDisplay() in .../libraries/joomla/html/editor.php on line 459
که در فایل قبلی (قبل از Replace کردن) غیرفعال شده بود. کد فوق رو به این صورت ویرایش کردم و مشکل حل شد :کد:if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author)) { $result[] = $temp; }
کد:if (method_exists($plugin, 'onDisplay')) { $temp = $plugin->onDisplay($editor, $this->asset, $this->author); $result[] = $temp; }
موفق باشید/





علاقه مندی ها (Bookmarks)