dehicks (@dehicks)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi John,

    You’re exactly right. I updated my Word Press after writing you and doing my changes and low and behold, the two functions that were missing are now in place. Thanks for commenting.

    Dave

    Ok. I did come up with a solution. Apparently is_post_type_archive has been deprecated and the current function is is_archive().

    So I substituted the is_archive for each error I got (about four instants) the initial error and it seems to process ok.

    The original function and the new function are located in wp-includes/query.php.

    Hi John,

    I’m having the same problem. Was wondering if you figured it out.

    I’ve set up BBPress and configured it for integration with my Word Press Blog.

    Then installed the plugin in WP. Now I’m getting the same error and can’t access my website.

    Here’s the error text

    Fatal error: Call to undefined function is_post_type_archive() in /home2/premarit/public_html/blog/wp-content/plugins/bbpress/bbp-includes/bbp-common_template.php on line 90.

    I’ve tried locating this function is-post-type-archive but have not yet found it.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)