Recent Topics

1 Aug 27, 2004 07:43    

so just installed it and no problems... until I click the comment link after the post

I get:

Fatal error: Call to a member function on a non-object in /home/hssorg/public_html/skins/_feedback.php on line 52

I don't know what's wrong... line 52 of _feedback.php is:

if( $Item->can_see_comments() )

Any help on this? it'd be greatly appreciated, thanks :)

2 Aug 27, 2004 19:41

Did you update your skins?

Particularly, in blogs/skins/$skin_name/_main.php, look for this line:

if( isset($MainList) ) while( $MainList->getitem() )


That should be:

if( isset($MainList) ) while( $Item = $MainList->getitem() )

3 Aug 28, 2004 00:57

thanks man, it worked, heh


Form is loading...