Join our new community forum for support & discussion

Join Now

Home Support General HivePress Page warning

Page warning

  • Author
    Posts
  • tgrobertson

    I have just installed the ListingHive theme & get the following on http://tourchimps.com/vendor/brian:

    Warning: count(): Parameter must be an array or an object that implements Countable in
    /homepages/6/d498395009/htdocs/clickandbuilds/TourCHIMPS/wp-content/plugins/hivepress/includes/components/class-router.php
    on line 134

    ihor developer

    Thanks for reporting, there seems to be a typo in the code – I’ll update HivePress this week and fix it. This line of code:

    if ( count( $parts > 1 ) ) {

    should be:

    if ( count( $parts ) > 1 ) {

    In case if you want to fix it before the next update.

    tgrobertson

    Where exactly do I make the fix?

    ihor developer

    In /wp-content/plugins/hivepress/includes/components/class-router.php file
    (on line 134).

    tgrobertson

    Fixed… Thanks. Another question: When will the paid listings extension be available?

    ihor developer

    I plan to release it in 2 weeks, it’ll appear in HivePress/Extensions section of your WordPress dashboard.

Viewing 6 posts - 1 through 6 (of 6 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.