Getting an error on line 302 (which is the one that starts: If (Is_Object($GLOBALS ... )
Can anyone see the problem?
If (!Is_File($template_file)) $template_file = $this->get_default_template();
// Look whats the current post
If (Is_Object($GLOBALS['post'])) $this->the_current_post = clone $GLOBALS['post'];
// Use the template
Ob_Start();