https://bugzilla.wikimedia.org/show_bug.cgi?id=21459





--- Comment #10 from DGennaro <desiree.i.genn...@saic.com>  2009-12-29 15:09:40 
UTC ---
(In reply to comment #9)
> (In reply to comment #8)
> > (In reply to comment #7)
> > > (In reply to comment #6)
> > > > The WikiEditor is still not working for me in r60451.
> > > > 
> > > Not working how?
> > 
> > The WikiEditor is not loading. Only the standard editing toolbar.
> > 
> Could you:
> 1) tell us what your $wgWikiEditorModules is set to (if set)
> 2) try commenting out your $wgWikiEditorModules (if set) and see if that fixes
> the problem
> 3) tell us whether you're logged in or not when viewing the edit form, and
> 3a) if logged in, tell us which checkboxes in My preferences -> Editing ->
> Experimental are checked

1)##default in WikiEditor.php##
$wgWikiEditorModules = array(
        'highlight' => array( 'global' => false, 'user' => true ),
        'preview' => array( 'global' => false, 'user' => true ),
        'publish' => array( 'global' => false, 'user' => true ),
        'toc' => array( 'global' => false, 'user' => true ),
        'toolbar' => array( 'global' => false, 'user' => true ),
        'templateEditor' => array( 'global' => false, 'user' => true ),
);
##I have also tried the settings noted above:##
$wgWikiEditorModules = array(
        'toc' => array( 'global' => true, 'user' => false ),
        'toolbar' => array( 'global' => true, 'user' => false ),
);

2) Still not working

3) Yes, I am logged in.

3a) My preferences -> Editing -> Experimental
"Enable enhanced editing toolbar"


I am receiving the following error on the page when editing:
Error: 'mw' is undefined

Hope this helps.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to