Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Advanced Knowledge
Boardlink: http://www.snowtravelers.org
What have you done before the problem was there?
Searched site
Double checked code and install.xm_
What have you already tryed to solve the problem?
Description and Message
Just completed a fresh install of Board3 Portal 1.0.4 and now get
Parse error: syntax error, unexpected T_BOOLEAN_AND in E:\Inetpub\Snowtravelers\phpBB3\includes\session.php on line 1590
I double checked the code on that line, whcih the install says should be
[includes/session.php
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
if (!empty($_GET['style']) && $auth->acl_get('a_styles'))
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
Code:Select all
if (!empty($_GET['style']))
I have
Code: Select all
if (!empty($_GET['style']))
TIA[/i]