WoW Raid Manager Defect Tracking System
Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000048 [WoW Raid Manager (WRM)] Bridge Failure minor always 2008-08-11 10:23 2008-08-20 15:50
Reporter douglasw View Status public  
Assigned To douglasw
Priority normal Resolution fixed  
Status closed   Product Version HEAD
Summary 0000048: Anonymous Viewing Does not Take with PHPBB3 Bridge
Description Even with the Anonymous Viewing allowed setting in the configuration section set, with the PHPBB3 Bridge Anonymous viewing does not work.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000058)
douglasw (administrator)
2008-08-11 11:23

Here's the issue: At the bottom of the "auth_phpbb3.php" file is the line :

"define("PAGE_LVL", "profile");

What this means is that when the page loads it will display to anyone who is given the "profile" permission. You probably notice that even when logged in as an unprivileged user you can see the raids, locations, announcements, etc. pages as well. This is because with that line above at the bottom of the phpbb3 authenticator ALL pages are FORCED to use the profile privlidge.

Since "define" in php is a "define once" concept, during each page load a certain variable can only be defined one time. Once "PAGE_LVL" is defined by phpbb3 it cannot be defined by the loading page (as you will see at the top of most of the major php pages). Thus, all pages are forced to the privlidge listed in auth_phpbb3.php.

HOWEVER page level only grants access to see the page, on some of the other pages there are checks for page USE (i.e. regardless of whether or not you can SEE the raid view page you can't queue/dequeue etc. users) that look for things other than page level access.

Download the new auth file, then do me a favor and start over (if you can) either with your test site or with a new site and link to your phpbb installation and see if things are straightened out with all 3 of these issues or not.
(0000067)
douglasw (administrator)
2008-08-20 15:50

Released in v3.5.0 Final

- Issue History
Date Modified Username Field Change
2008-08-11 10:23 douglasw New Issue
2008-08-11 10:23 douglasw Status new => assigned
2008-08-11 10:23 douglasw Assigned To => douglasw
2008-08-11 11:23 douglasw Status assigned => resolved
2008-08-11 11:23 douglasw Fixed in Version => 3.5.0
2008-08-11 11:23 douglasw Resolution open => fixed
2008-08-11 11:23 douglasw Note Added: 0000058
2008-08-20 15:50 douglasw Status resolved => closed
2008-08-20 15:50 douglasw Note Added: 0000067


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker