Recent Topics

1 Aug 29, 2007 02:17    

My b2evolution Version: Not Entered

When I try to access the main page of my blog, I get this message:

<a href="
Fatal error: Call to a member function on a non-object in /home/shapes00/domains/shapeshiftdesign.com/public_html/blogs/skins/guadeloupe/_main.php on line 75

What does this mean? And how do I fix it?

(I can still still log in to the b2evo site, and all my blogs are intact.) Help!

2 Aug 29, 2007 03:26

Whoever is going to help is going to need to know what is on line 75 of the file in question...

jj.

3 Aug 29, 2007 04:14

<h1><a href="<?php $blog->disp( '../../../wordsofwisdom/skins/guadeloupe/blogurl', 'raw' ) ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a></h1>

4 Aug 29, 2007 04:39

You haven't listed your b2evo version.. but try this:

<h1><a href="<?php $Blog->disp( 'url', 'raw' ) ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a></h1>

I'm using 1.10.2 and that works fine for me

jj.


Form is loading...