[SOLVED] Error on install to 1.0.4

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
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

[SOLVED] Error on install to 1.0.4

Post by bearqst »

Your Portal Version: 1.0.0
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']))
What am I missing or ?

TIA[/i]
Last edited by bearqst on 5. January 2010 21:52, edited 2 times in total.
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: Error on install to 1.0.4

Post by Marc »

Could you put a copy of your session.php in a zip-file and upload it here?

Topic author
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

Re: Error on install to 1.0.4

Post by bearqst »

Sure, how ? I have it zipped, but don't see an option to upload a file ?

Topic author
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

Re: Error on install to 1.0.4

Post by bearqst »

Got it and got passed the error.

Now I get another message on the Update Process, this is where I ran into troule last time :)
Out-of-date files
Out-of-date files - please delete these files to avoid security issues.

language/en/mods/lang_portal_acp_logs.php: File still exists
portal/includes/functions_poll.php: File still exists
portal/includes/lang_adm_additional_blocks.php: File still exists
portal/includes/mini_cal/calendarSuite.php: File still exists
portal/includes/mini_cal/index.html: File still exists
portal/includes/mini_cal/mini_cal_common.php: File still exists
portal/includes/mini_cal/mini_cal_config.php: File still exists
portal/includes/mini_cal/mini_cal_topic.php: File still exists
styles/prosilver/template/portal/block/_sample_block_design.html
Last time (when I tried to update 1.0.2 to 1.0.3 I had to reinstall "language/en/mods/lang_portal_acp_logs.php" to get my site back up.

Topic author
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

Re: Error on install to 1.0.4

Post by bearqst »

I've gotten past the initial "Please Delete" these files and now get
General Error
Language file ./../language/en/mods/lang_portal_acp_logs.php couldn't be opened.
Sorry to flood yu with these step by steps, but I figure this may help others.

OK, so I reloaded "./../language/en/mods/lang_portal_acp_logs.php"

And now I have my site back and an update Board3 Portal Ver 1.0.4.
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: Error on install to 1.0.4

Post by Marc »

If you followed the correct update instructions from 1.0.2 to 1.0.3, that file wouldn't exist anymore and wouldn't cause any error.

Topic author
bearqst
Active Member
Posts: 17
Joined: 13. December 2008 22:43
phpBB.com User: bearqst

Re: Error on install to 1.0.4

Post by bearqst »

Then I've obviously I missed something. Where does it call "language/en/mods/lang_portal_acp_logs.ph_" and what did I miss that needs to be fixed so I can delete it. ?
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: Error on install to 1.0.4

Post by Marc »

Take a look at the update instructions from 1.0.2 to 1.0.3 in the download package.

shinoshi
Active Member
Posts: 1
Joined: 26. December 2009 02:59

Re: Error on install to 1.0.4

Post by shinoshi »

i have the same problem in version 1.0.2, when i run your install.php i get this

Code: Select all

General Error
SQL ERROR [ mysqli ]

Table 'jedon.phpbb_portal_config' doesn't exist [1146]

SQL

SELECT config_value as version FROM phpbb_portal_config WHERE config_name = 'portal_version' LIMIT 1

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/db/mysqli.php
LINE: 205
CALL: dbal_mysqli->sql_query()

FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()

FILE: install_portal/install.php
LINE: 51
CALL: dbal->sql_query_limit()
*laughs* just noticed the version # on this thread.. maybe i will try to find it(version 1.0.2 is the only version linked on phpbb.com)

*edit*
can't find a download link for 1.0.4
is there a fix for 1.0.2?
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: Error on install to 1.0.4

Post by Marc »

Locked

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