خوب مشکل را به روض زیر حل کردم
به مسیر زیر رفتم :
libraries/joomla/html/editor.php
سپس در خط 459 به جای کد زیر :
if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
کد زیر را جایگزین کردم
if (method_exists($plugin,'onDisplay') && $temp = $plugin->onDisplay($editor, $this->asset, $this->author))
موفق باشید





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