|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Dec 2009
|
When clicking My preferences I get the following php error message:
Code:
Parse error: syntax error, unexpected '/', expecting '}' in /home5/serendk1/public_html/luxsoft/forum/usercp.php(238 ) : eval()'d code on line 104
In /usercp.php on line 238 I find: Code:
print eval(get_template('userpanel' ));
and in userpanel.html on line 104 it reads '</tr>'.
I would be greatful for a hint on how to solve this problem.
(I've made a few changes to the SEO-Board code, so I may have introduced this problem myself).
|