https://bugzilla.wikimedia.org/show_bug.cgi?id=25488
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Roan Kattouw <[email protected]> 2010-10-11 18:11:02 UTC --- Are you sure this is caused by your $wgGroupPermissions setting? If you comment out or remove the ['*']['read'] = false; line, does the error go away? For other commenters' convenience, line 143 is: if ( ( $isTalk && $wgArticle->isCurrent() ) || ( $wgOut->showNewSectionLink() ) ) { So this seems to point to $wgArticle not being set right, which is strange. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
