Forum Moderators: coopster

Message Too Old, No Replies

PLEASE help (parse error)

i really need help

         

arctic2

8:32 pm on Dec 25, 2004 (gmt 0)



hey, can anyone take time out and help me out with my error? in my phpbb board, in my AC panel, i try to look up a user so i can mod him, but when i press "look up user" i get this error :
-----------

Parse error: parse error, unexpected $ in /home/ramirez/public_html/blu#*$!/forums/includes/template.php(127) : eval()'d code on line 231
--------------------------------------
this is the "template.php" :

<removed code - phpbb standard - jatar_k>

[edited by: jatar_k at 4:16 am (utc) on Dec. 28, 2004]

jatar_k

7:32 pm on Dec 27, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld arctic2,

that's a ton of code

where is line 231? there are a couple of eval statements in there.

ergophobe

10:46 pm on Dec 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



This is the template.php from the phpBB distribution, with one change. On what would be line 183, you have deleted this line

eval($str);

Since your file header says it's the same version of template.php, that line should be in your file as well.

Cheers.