3.0.6 and a fresh install. Problem with includes/session.php

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

3.0.6 and a fresh install. Problem with includes/session.php

Post by frold »

Your Portal Version: 1.0.4
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://localhost

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
The install files say

OPEN includes/session.php
FIND

Code: Select all

		if (!empty($_GET['style']) && $auth->acl_get('a_styles'))
IN 3.0.6 you find this line

Code: Select all

		if (!empty($_GET['style']) && $auth->acl_get('a_styles') && !defined('ADMIN_START'))
What to change it to?[/i]
http://www.studmed.dk - Portal for doctors and medical students in Denmark

fisherking
Active Member
Posts: 5
Joined: 25. November 2009 03:45
phpBB.com User: nigelman

Re: 3.0.6 and a fresh install. Problem with includes/session.php

Post by fisherking »

I was going to say the same thing to because I upgraded to 3.0.6 and saw the same thing...
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: 3.0.6 and a fresh install. Problem with includes/session.php

Post by Marc »

Change it to this:

Code: Select all

if (!empty($_GET['style'])) 
Locked

Return to “board3 Portal 1.0.x - English Support”