Install Portal php Error

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
babyjsmom
Active Member
Posts: 4
Joined: 4. October 2008 22:15

Install Portal php Error

Post by babyjsmom »

Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.originalsbyoliveira.com/test

What have you done before the problem was there?
I followed the install directions for the MOD, uploaded all the changed files and directed my browers to the install folder.

What have you already tryed to solve the problem?
I opened the functions.php file made sure I did the correct changes but it still doesn't work.

Description and Message
After I directed my brower to load the install php file I got the following error:

Parse error: syntax error, unexpected T_VARIABLE in /includes/functions.php on line 2989

Not sure what the error is with line 2989. It reads:

$l_return_index = sprintf($user->lang['RETURN_INDEX'], '<a href="board3portal_1_0_2/'%20.%20$phpbb_root_path%20.%20'">', '</a>');

Can someone help? I am very new to this and don't understand code that well.

Topic author
babyjsmom
Active Member
Posts: 4
Joined: 4. October 2008 22:15

Re: Install Portal php Error

Post by babyjsmom »

Anyone who can help...I'd appreciate it.
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Install Portal php Error

Post by Kevin »

Check your edits to the includes/functions.php (of the phpBB3 core system) - there seems to be something screwed up.

If you don't get along with it, please link to a *.txt file, containing the content of your functions.php.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
babyjsmom
Active Member
Posts: 4
Joined: 4. October 2008 22:15

Re: Install Portal php Error

Post by babyjsmom »

I checked my edits and did a new upload and tried to install with another error. It's now on line 3000. It reads:

$l_return_index = '<a href="../Documents/Downloads/Board3Portalv1.0.2/board3portal_1_0_2/'%20.%20$phpbb_root_path%20.%20'">Return to index page</a>';

Here's a link to my function file.
http://us.f13.yahoofs.com/bc/45da7baf_c ... IB0NMSGmde
User avatar

Ice
Former Team Member
Posts: 359
Joined: 20. January 2008 23:43
Location: England, United Kingdom

Re: Install Portal php Error

Post by Ice »

I have no idea what instructions you followed but there is no instruction to change either of those lines.

Line 3000 should read:

Code: Select all

$l_return_index = '<a href="' . $phpbb_root_path . '">Return to index page</a>';
Board3 Portal Dev & English Tech Support

Topic author
babyjsmom
Active Member
Posts: 4
Joined: 4. October 2008 22:15

Re: Install Portal php Error

Post by babyjsmom »

I didn't change the lines. After I uploaded the file and tried running the install, I then downloaded the file to look at the error and it was changed. I am not sure why it happened or if it's possible but I looked at my original file I uploaded and it didn't have that text in it.
Locked

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