PHP Error Help

Status
Not open for further replies.

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
I was installing a mod on phpbb, messed up the admin panel, tried to fix it, and made things worse.
Could someone tell me what is wrong with the file that is attached? I keep getting the error
Parse error: syntax error, unexpected ';' in /home/chougard/public_html/fye/forum/admin/admin_users.php on line 704

If you can help me with this, thanks!
 
Last edited:

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
Not sure exactly, since I don't have an environment to test it in, but try this
 

Attachments

  • admin_users.php.txt
    48.7 KB · Views: 57

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
Cool, there were extra semicolons on line 704. They were placed after the empty string, so it was ending the line of code there, but the function parameters weren't finished yet, so it try the syntax error
 
Status
Not open for further replies.
Top