Page MenuHomePhabricator

Setting wgGroupPermissions to true will cause page error reported to web browser
Closed, ResolvedPublic

Description

Author: superoni

Description:
Setting $wgGroupPermissions['*']['read'] = true
redirects un-logged users to the registration page.

Using IE 6, the browser reports a syntax error, although the page seems to
display fine.

The error reported is:
Line:2
Char:1
Error:Syntax Error
Code:0

Using Firefox 1.5, it will also display errors in the Javascript Console:

Error: syntax error
Source File: http://XX.XXX.XX.XX/index.php?title=-&action=raw&gen=js
Line: 1
Source Code:
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Version: 1.5.x
Severity: normal
OS: Windows 2000
Platform: PC

Details

Reference
bz4733

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:04 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz4733.
bzimport added a subscriber: Unknown Object (MLST).

superoni wrote:

*** Bug 4732 has been marked as a duplicate of this bug. ***

  • This bug has been marked as a duplicate of 3551 ***