Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pathway Friend
    #172033

    Hi this error keep coming up, “Fatal error: Call to undefined method stdClass::onDisplay() in C:wampwwwhp5librariesjoomlahtmleditor.php on line 268”

    i am running the latest template “JA Kranos”, i have installed JCE and the error still occured

    can someone please help me out.

    Teemone

    pavit Moderator
    #430747

    Hi pathway

    Are you using Ja Kranos for joomla 1.5 or 1.7 ?

    pathway Friend
    #430758

    am using a Kranos for joomla 1.5

    pavit Moderator
    #430792

    Try to make this

    open your file librariesjoomlahtmleditor.php on line 268 now you have

    // Try to authenticate -- only add to array if authentication is successful
    $resultTest = $plugin->onDisplay($editor);
    if ($resultTest) $result[] = $resultTest;

    Change to

    // Try to authenticate -- only add to array if authentication is successful
    if (method_exists($plugin, 'onDisplay')) {
    $resultTest = $plugin->onDisplay($editor);
    }
    if ($resultTest) $result[] = $resultTest;

    Save the file and refresh

    homefront Friend
    #431061

    Thanks, I had a similar problem with the Kranos template, basically I had a broken editor so I tried installing JCE and still had a broken editor. With your edit in to the editor.php my editor is fine. Thanks again

    jooservices Friend
    #431066

    Hi
    You can simply turn of JA Typo Button Editor plugin ( editor plugin ). This plugin have bug.

    Thank you

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 4 voices, and was last updated by  jooservices 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum