MyBB Community Forums

Full Version: Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get the following error when clicking on the User CP

"Parse error: parse error, unexpected '<' in /home/gymcatch/public_html/mybboards/usercp.php on line 1123"

I can find the usercp.pho, but have no idea how to find line line 1123.

Any help?
the way i can found this number of lines, is by using PHP Designer 2005, which tells you the lines. There you can find line 1123, edit it, and then edit in the server. if you dont have php designer, you may download it at:
http://www.download.com/PHP-Designer-200...ag=lst-0-1

hope that helps
Can you please post your usercp.php file cause mine shows there shouldn't be an error.
yea mine works perfectly well also....
Thses are lines 1120 - 1125

$redirecttemplate = "redirect_".$list."updated";
redirect("usercp.php?action=editlists", $lang->$redirecttemplate);

<?php
} elseif($action == "quickaddbuddy") {
if($uid == $mybb['uid'])
You should try reuploading the files.
just remove the

<?php

bit and save. I dont know how it got there Confused