[Bug 25488] wgGroupPermissions setting causes Vector.php error

2012-04-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25488

Krinkle  changed:

   What|Removed |Added

Version|1.16.0  |1.16.x

-- 
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


[Bug 25488] wgGroupPermissions setting causes Vector.php error

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25488

Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||FIXED

--- Comment #4 from Alexandre Emsenhuber [IAlex]  
2010-11-07 11:13:27 UTC ---
Fixed in r76239. This doesn't occur in other skins because SkinTemplate.php
line 733 checks for $wgArticle.

-- 
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


[Bug 25488] wgGroupPermissions setting causes Vector.php error

2010-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25488

--- Comment #3 from Wade  2010-10-11 18:56:46 UTC ---
Just to be clear this issue only effects the talk page, not the 'Main Page' or
'Log in'.

-- 
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


[Bug 25488] wgGroupPermissions setting causes Vector.php error

2010-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25488

--- Comment #2 from Wade  2010-10-11 18:53:24 UTC ---
Commenting out '$wgGroupPermissions['*']['createaccount'] = false;' makes the
error go away.

However that also allow anonymous edits. The expected behavior is that get the
following message.

"Login required

You must log in to view other pages."

Using the other skins, I get that message. Using Vector, I get the fatal error.

-- 
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


[Bug 25488] wgGroupPermissions setting causes Vector.php error

2010-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25488

Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw  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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l