Fatal error: Call to undefined method stdClass::onDisplay() - Joomla! Forum - community, help and support
i had restore joomla site new domain , unable make changes in content tab , following -
fatal error: call undefined method stdclass::ondisplay()
/home/content/r/m/o/zammito1234/html/website.com/libraries/joomla/html/editor.php on line 268
i looked @ line 267 - 269 , shows
// try authenticate -- add array if authentication successful
$resulttest = $plugin->ondisplay($editor);
if ($resulttest) $result[] = $resulttest;
any ideas or there simple fix...
fatal error: call undefined method stdclass::ondisplay()
/home/content/r/m/o/zammito1234/html/website.com/libraries/joomla/html/editor.php on line 268
i looked @ line 267 - 269 , shows
// try authenticate -- add array if authentication successful
$resulttest = $plugin->ondisplay($editor);
if ($resulttest) $result[] = $resulttest;
any ideas or there simple fix...
hello, later looking error fatal error:
call undefined method stdclass::ondisplay()/home/content/r/m/o/zammito1234/html/mywebsite.com/libraries/joomla/html/editor.php on line 268
i tried 2 things
first replace in order folder involve issue , nothing fix
then try site joomla 1.5.15 nothing fix
i think not problem of secuence in joomla 1.5.12 1.5.15 nor jce plugin because before working fine.
i read post in russian forum sugest remove lines in editor 268 fix problem me in "jce", "tiny" , "no editor"
try this
in orginal
// try authenticate -- add array if authentication successful
$resulttest = $plugin->ondisplay($editor);
if ($resulttest) $result[] = $resulttest;
remove 2 lines have
// try authenticate -- add array if authentication successful
i hope succesfull
call undefined method stdclass::ondisplay()/home/content/r/m/o/zammito1234/html/mywebsite.com/libraries/joomla/html/editor.php on line 268
i tried 2 things
first replace in order folder involve issue , nothing fix
then try site joomla 1.5.15 nothing fix
i think not problem of secuence in joomla 1.5.12 1.5.15 nor jce plugin because before working fine.
i read post in russian forum sugest remove lines in editor 268 fix problem me in "jce", "tiny" , "no editor"
try this
in orginal
// try authenticate -- add array if authentication successful
$resulttest = $plugin->ondisplay($editor);
if ($resulttest) $result[] = $resulttest;
remove 2 lines have
// try authenticate -- add array if authentication successful
i hope succesfull
Comments
Post a Comment