Recent Topics

1 Jan 14, 2007 03:26    

I upgraded from 0.9.2 to 1.9.1 and I have the following problem:
[u]
Skin (kubrick2evo)[/u]

The page display the header the the list of blogs but give the following error:

Fatal error: Call to a member function on a non-object in /home/alkha4/public_html/en_blog/skins/kubrick2evo/_main.php on line 133

This line is:

<a href="<?php $item->permanent_url() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><?php $Item->title( '', '', FALSE ); ?></a>

Which I changed in accordance with the upgrade instruction from this:

<a href="<?php $item->permalink() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><?php $Item->title( '', '', FALSE ); ?></a>

2 Jan 14, 2007 21:43

Is that in the upgraded version of the skin?

3 Jan 17, 2007 03:49

Yes, but when I use a different skin like nifty_corners I get no error.

5 Jan 17, 2007 07:21

Thanks EdB, I like the nifty_corners now and everything works just fine.


Form is loading...