i got a problem

i got a problem

General — Page [1]
DiXi
Vouched

2005 Nov 17 • 121
26 ₧
i got a big problem....
i make my own phpBB template
but i got a problem

i get this error:

Parse error: syntax error, unexpected '<' in /home/www/elokslucifer.com/forum/includes/bbcode.php(61) : eval()'d code on line 64
and here are the shit where the error is:

[code:1]
59 $bbcode_tpls = array();
60
61 eval($tpl);
62
63 return $bbcode_tpls;
64 }
65
66
67 /**
[/code:1]

can someone help me plz?
 
 
 
2006 Jun 23 at 23:28 PDT
molkman
Owner of George Washington's Prototype Mittens

Marine Warfare Corporal
Find the Hole Participation Medal
Find the Hole II Participation Medal
Tasty Br�twurst Medal
2005 May 2 • 2066
404 ₧
are you sure it's the right file?

If it is, the mistake could be probably somehwere else, just search the code for "<" or "<<".
LET LOVE REIGN
 
 
 
2006 Jun 24 at 08:10 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Right before this:
[code:1] eval($tpl); [/code:1]

Add this:
[code:1]echo '<pre>'; var_dump($tpl); exit;[/code:1]

And post here what shows up on the page when you load it.
 
 
 
2006 Jun 25 at 02:31 PDT
Page [1]