On Fri, Dec 5, 2008 at 9:41 PM, plin25 <[EMAIL PROTECTED]> wrote:
>
> Okay, this is extremely strange
>
> A few days ago MetaSEO tripped balls and stopped working.
>
> I'm apparently getting an 'object does not exist error' on this piece
> of code:
>
> if( strlen( $this->theme->post->info->html_title ) ) {
>$theme->post is a strange thing, but in some themes it can actually not be set, or be a Posts object not a Post object. Most likely your theme is using a custom theme class and theme->post is actually a Posts object which does not have the 'info' property. -- Matt Read http://mattread.com --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
