Recent Topics

1 Oct 09, 2008 15:28    

My b2evolution Version: 2.x

can anyone help me please? well whenever i try to click feed back this error pops out

Parse error: syntax error, unexpected '<' in /home/a4971027/public_html/skins/evocamp/single.main.php on line 109

but when i check that line i can't see any problems with it. Well i'm not really good at this.

2 Oct 09, 2008 15:51

Can you post the source code from lines 100 - 110

3 Oct 09, 2008 15:55

ok ok

Here from 100 - 110


				'',
				// Before
				'<div style="float:right">',
				// After
				'</div>',
				// No avatar
				'<p>No avatar</p>' );
			
                        <p class="postinfo">
			<?php
      	$Item->author( array(

4 Oct 09, 2008 15:59

Edit the following

'<p>No avatar</p>' );
?>

5 Oct 09, 2008 16:03

I think you also forgot to close curly bracket, so change the code to

'<p>No avatar</p>' );
}
?>

6 Oct 09, 2008 16:04

aw another error appears.

Parse error: syntax error, unexpected $end in /home/a4971027/public_html/skins/evocamp/single.main.php on line 237

7 Oct 09, 2008 16:05

Did you put closing bracket there?

8 Oct 09, 2008 16:09

in? the last line?

I dont see any close bracket

9 Oct 09, 2008 16:11

Ok OK it's working now. I forgot to put brackets in there ^^ thnx

10 Oct 09, 2008 16:15

There is an extra semicolon ( ; ) next to the author avatar

11 Oct 09, 2008 16:19

yeah i saw it. I will just go over with it later.


Form is loading...