Page 1 of 1

Re: Fatal Error when submiting or editing article from front

Posted: 16 Jul 2010, 15:23
by Jan
Hi, do you get the line number where you get the error. The plugin is deactivated for the frontend :idea:

Code: Select all

if (!$mainframe->isAdmin()) {
            $button = null;
        }
        return $button; 
Jan