Style Tab Error - phpBB3

Joe 2

Seasoned Veteran
Joined
Oct 20, 2009
Messages
2,570
Reaction score
0
FP$
602
Alright guys, I call on you all again. 🙂

When I view the styles tab in the ACP (phpBB3) of my forum (http://www.forumstylization.com/forum) I get the following error:
Code:
Parse error: syntax error, unexpected ',', expecting ')' in /home/forumsty/public_html/forum/includes/acp/acp_styles.php on line 113

Solution? (rep for first person with the answer)
 
Well, reading the error, the solution seems bit obvious but then again I haven't used phpBB in ages.

Open:
/includes/acp/acp_styles.php

Look for a , in line 113 - it's most likely the first , in the line. Replace , with '

🙂
 
I am guessing you edited that file (to add a mod?)... Double check any changes you made to the file and if you can't find out the problem, restore it from a backup or from a clean version of the phpBB files if you haven't got a backup.
 
I was going to say copy that file from your downloaded version to the board version to see if it clears the problem.
 
Back
Top Bottom