• Resolved kato

    (@kato)


    I just installed Co-authors Plus, added the co-authors code to my template, and everything appears to be working except when i click any author name I get:

    Fatal error: Call to a member function get_guest_author_by() on a non-object in /wp-content/plugins/co-authors-plus/co-authors-plus.php on line 215.

    Does anyone know what might be the cause?

    http://wordpress.org/extend/plugins/co-authors-plus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Odd. Which code did you add to your template?

    Thread Starter kato

    (@kato)

    <?php if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); } ?>

    Is that correct?

    My users were defined before installing the Co-Authors Plus plug-in, and not through the Guest Authors pane. Does that matter?

    Thread Starter kato

    (@kato)

    Daniel, it seems to be a conflict with the Multiple Themes plugin from jonradio:
    http://wordpress.org/extend/plugins/jonradio-multiple-themes/

    When I deactivate that plugin, CA+ behaves normally. Resolved. Thank you.

    Thread Starter kato

    (@kato)

    Although I could be smoking crack because I just re-enabled the jonradio plugin to confirm, and activated, Co-authors+ is working.

    So, for whatever reason, it seems to be fixed.

    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Odd. Yeah, that plugin sounds like it might cause problems. Core doesn’t have native support for multiple themes on the same site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘"Fatal error" when clicking author's name’ is closed to new replies.