how to implement in 3.0.6

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked

Topic author
exhale
Active Member
Posts: 3
Joined: 7. April 2009 01:50
phpBB.de User: exhale
phpBB.com User: exhale.DE

how to implement in 3.0.6

Post by exhale »

Your Portal Version:
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.hessenfeierei.de

What have you done before the problem was there?
i deleted all my phpBB server files, backupped the things i wanted to keep and then uploaded clean 3.0.6 phpbb files, after that, i uploaded all the portal files to the root dir and started editing

What have you already tryed to solve the problem?
deleted, copied and pasted around (:

Description and Message
files to edit: session.php

Code: Select all

		if (!empty($_GET['style']) && $auth->acl_get('a_styles'))
should be replaced with

Code: Select all

		if (!empty($_GET['style']))
but my session.php looks like this at this place:

Code: Select all

		if (!empty($_GET['style']) && $auth->acl_get('a_styles') && !defined('ADMIN_START'))
what to do?[/i]
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: how to implement in 3.0.6

Post by Marc »

For now, just do the same thing.

Topic author
exhale
Active Member
Posts: 3
Joined: 7. April 2009 01:50
phpBB.de User: exhale
phpBB.com User: exhale.DE

Re: how to implement in 3.0.6

Post by exhale »

Parse error: syntax error, unexpected T_BOOLEAN_AND in /usr/export/www/vhosts/funnetwork/hosting/hessenfeierei/phpBB3/includes/session.php on line 1574
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: how to implement in 3.0.6

Post by Marc »

I meant replace the whole line.
Find:

Code: Select all

if (!empty($_GET['style']) && $auth->acl_get('a_styles') && !defined('ADMIN_START'))
Replace with:

Code: Select all

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

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