Page 1 of 1
[SOLVED] Error on install to 1.0.4
Posted: 8. December 2009 22:32
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
What am I missing or ?
TIA[/i]
Re: Error on install to 1.0.4
Posted: 8. December 2009 22:47
by Marc
Could you put a copy of your session.php in a zip-file and upload it here?
Re: Error on install to 1.0.4
Posted: 8. December 2009 23:12
by bearqst
Sure, how ? I have it zipped, but don't see an option to upload a file ?
Re: Error on install to 1.0.4
Posted: 8. December 2009 23:30
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.
Re: Error on install to 1.0.4
Posted: 9. December 2009 00:23
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.
Re: Error on install to 1.0.4
Posted: 9. December 2009 01:46
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.
Re: Error on install to 1.0.4
Posted: 9. December 2009 14:33
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. ?
Re: Error on install to 1.0.4
Posted: 9. December 2009 17:03
by Marc
Take a look at the update instructions from 1.0.2 to 1.0.3 in the download package.
Re: Error on install to 1.0.4
Posted: 26. December 2009 03:01
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?
Re: Error on install to 1.0.4
Posted: 26. December 2009 12:50
by Marc