Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in2pcs Friend
    #156524

    fantastic template got to say however did receive an error which was easily fixed.

    anybody receiving the error:
    Fatal error: Call to undefined method stdClass::onDisplay().

    I solved this pretty simply by changing the offending line 268, comment out:

    $resultTest = $plugin->onDisplay($editor);
    if ($resultTest) $result[] = $resultTest;

    replace with

    if (method_exists($plugin, ‘onDisplay’)) {
    $result[] = $plugin->onDisplay($editor);
    }

    this saves any reinstall and works as soon as file is reuploaded no problems with k2 either.

    Fabio Friend
    #364112

    excuse me , on what file????
    i don’t see jce in front end. I’m going crazy to solve this.
    Thankyou

    in2pcs Friend
    #364120

    All editors were giving me a problem front end and back, data saved but always displayed this called to undefined method i opened the page the error was referring to and replaced with the line above all editors now run ok

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

This topic contains 3 replies, has 2 voices, and was last updated by  in2pcs 14 years ago.

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