Parse error in admin panel - Help Appreciated

This shoutbox, fully integrates in phpbb2, support smilies and bbcode
this shoutbox is a shoutbox written for phpbb2, therefor it makes uses of templates and language files

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Parse error in admin panel - Help Appreciated

Postby Dazed on Sat 25. Sep, 2004 20:35

Well I thought all was working well until I went into the admin panel and had a parse error.

Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in /home/public_html/guitaristworks/forum/admin/admin_board.php on line 195

194 "L_ENABLE_PRUNE" =>
195 // Start add - Fully integrated shoutbox MOD
196 'L_PRUNE_SHOUTS' => $lang['Prune_shouts'],
197 'L_PRUNE_SHOUTS_EXPLAIN' => $lang['Prune_shouts_explain'],
198 // End add - Fully integrated shoutbox MOD
199 $lang['Enable_prune'],
200 "L_ALLOW_HTML" => $lang['Allow_HTML'],
Dazed
Poster
Poster
 
Posts: 7
Joined: Thu 23. Sep, 2004 03:34

Postby Dazed on Sun 26. Sep, 2004 01:34

Resolved....

For those of you who are used to following the direction on the PHPBB site, the directions on this mod ask you to find the line and insert after. "Insert After" on this mod refers to insert after that line where you found the code.

so if it says find line #
Code: Select all
#-----[ FIND ]------------------------------------------------

'FORUM_LOCKED_IMG' =>
#----[After Add]-----
blah blah blah



The line code actually looks like this
Code: Select all
'FORUM_LOCKED_IMG' => $images['forum_locked'],



Do not enter the new code after the => as the instructions say. Add it after so the new code looks like this:
Code: Select all
'FORUM_LOCKED_IMG' => $images['forum_locked'],
// Start add - Fully integrated shoutbox MOD
'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),
'L_SHOUTBOX' => $lang['Shoutbox'],
'U_SHOUTBOX_MAX' => append_sid("shoutbox_max.$phpEx"),
// End add - Fully integrated shoutbox MOD


I hope this helps some people who had the same problem I did!!
Dazed
Poster
Poster
 
Posts: 7
Joined: Thu 23. Sep, 2004 03:34

Parce

Postby Nochallenge on Sun 18. Sep, 2005 20:42

Its to late for me now, man i wish i saw this earlier, because now the entire forum is messed up, Fisrt i locked my forum while i was working on it and now i cannot get into the admin pane because of a parce code, I reconstructed every file that I edited and still i cant get into the amin panel.
God is good all the time and all the time he is good.
Nochallenge
Poster
Poster
 
Posts: 8
Joined: Thu 15. Sep, 2005 02:46
Location: Ny

Postby Beeveer on Mon 19. Sep, 2005 09:44

This is part of Easymod compatibilety.
Nee, ik geef geen antwoorden in het Nederlands, die horen thuis op www.phpbb.nl ;)
User avatar
Beeveer
brilliant supporter
 
Posts: 264
Joined: Tue 30. Nov, 2004 19:13
Location: Boskoop, South-Holland, the Netherlands


Return to Fully integrated shoutbox [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron