Home
» cms, joomla, module, php, phpmyadmin » Fatal error: Call to undefined method stdClass::onDisplay() in libraries/joomla/html/editor.php
Fatal error: Call to undefined method stdClass::onDisplay() in libraries/joomla/html/editor.php
| October 18, 2011 | Posted by Subikar under cms, joomla, module, php, phpmyadmin |
This kill my whole day so dev who ever have this problem you can do this quick fix from here.
open this file in joomla
libraries/joomla/html/editor.php
find this line
// Try to authenticate — only add to array if authentication is successful
$resultTest = $plugin->onDisplay($editor);
if ($resultTest) $result[] = $resultTest;
And replace with this below line and you fix this bug