SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Bug Reports / My Preferences - Parse error
Posted:  17 Feb 2010 19:46
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).
Posted:  17 Feb 2010 23:47
Maybe you opened a { in userpanel.htm template, but didn't appropriately closed it.
Posted:  05 Mar 2010 13:02
Sorry for this late reaction. You were right a closing } had disappeared.
Thanks a lot,
Roel