-
AuthorPosts
-
questbg Friend
questbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
October 31, 2010 at 7:24 am #155904Hi Everyone
I’m currently building a demo site for a new client (Telline III and Joomla 1.5.18).
Everything was working fine and I spent two hours with the client yesterday, going through the demo site and finalilzing the layout, sections, categories, menus, etc.
This morning I logged into Admin to start making some changes, however, I’m getting the following error every time I try to edit anything (sections, categories or articles):
“Fatal error: Call to undefined method stdClass::onDisplay() in /home/annsu3/public_html/my-test-site/thefrenchweek/libraries/joomla/html/editor.php on line 268”
I changed the default Editor from JCE back to Tiny, but this made no difference. I then set the global config to ‘No Editor’ but again, the same problem.
I then checked line 268 in the file causing the problem, but can’t see anything out of place:
// Get plugins
$plugins = JPluginHelper::getPlugin('editors-xtd');foreach($plugins as $plugin)
{
if(is_array($buttons) && in_array($plugin->name, $buttons)) {
continue;
}$isLoaded = JPluginHelper::importPlugin('editors-xtd', $plugin->name, false);
$className = 'plgButton'.$plugin->name;
if(class_exists($className)) {
$plugin = new $className($this, (array)$plugin);
}// Try to authenticate -- only add to array if authentication is successful
$resultTest = $plugin->onDisplay($editor);
if ($resultTest) $result[] = $resultTest;
}Does anybody have any ideas what’s causing this?
Or, more importantly, how to fix it!
Thanks in advance.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
November 3, 2010 at 5:53 am #361475fixed – thanks 🙂
Erik Villeneuve FriendErik Villeneuve
- Join date:
- September 2014
- Posts:
- 4
- Downloads:
- 25
- Uploads:
- 0
- Thanks:
- 2
April 29, 2012 at 2:56 pm #450680Hi pascm,
I have the same problem and I’m using 1.5.26. any idea how to fix that problem?
Editor: JCE latest version. But, even with Tiny MCE or No editor, the problem still there.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 3, 2012 at 9:57 am #451235Hi evilleneuve
It is a issue of Joomla and JCE. You could follow this thread to fix your issue
http://forum.joomla.org/viewtopic.php?t=288136
http://www.judefestus.com/joomla-fatal-error-call-to-undefined-method-stdclassondisplay-in-joomlahtmleditor-php-on-line-268/106 -
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by chavan 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum