Hey guys,



I have a problem when im viewing topics in my forum...

Now finally i imported ipb 3.2 skins.. on my board but when i try to go to ANY topic it displays this error...

Fatal error: Call to undefined method skin_editors_22::editor() in /home/----------/public_html/admin/sources/classes/editor/composite.php on line 371


This is composite.php line 371

Code: 
            $html = $this->registry->getClass('output')->getTemplate('editors')->editor( $fieldName, $this->getContent(), $options, $this->getAutoSavedContent( $_autoSaveKeyOrig ) );
This is some lines above and after that line..

Code: 
        /* Store last editor ID in case calling scripts need it */
        $this->settings['_lastEditorId']    = $options['editorName'];

        if ( IN_ACP )
          {
              $html = $this->registry->getClass('output')->global_template->editor( $fieldName, $this->getContent(), $options, array() );
        }
        else
        {
            $html = $this->registry->getClass('output')->getTemplate('editors')->editor( $fieldName, $this->getContent(), $options, $this->getAutoSavedContent( $_autoSaveKeyOrig ) );
        }
        
        return $html;
    }
I have tried by installing many skins but this problem stays same except for IPB MOBILE theme!

This error doesnt come up when viewing the topic using a user without permissions to edit...!
World Life Reviewed by World Life on . Topic Error Hey guys, I have a problem when im viewing topics in my forum... Now finally i imported ipb 3.2 skins.. on my board but when i try to go to ANY topic it displays this error... Fatal error: Call to undefined method skin_editors_22::editor() in /home/----------/public_html/admin/sources/classes/editor/composite.php on line 371 Rating: 5