Skip to:
Content
Pages
Categories
Search
Top
Bottom

problem with hoard hunter plugin

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

  • Jeff Sayre
    Participant

    @jeffsayre

    Dennyhalim-

    So, you have no issue when that plugin is deactivated? This issue only appears when that plugin is activated. Is that correct?

    If so, then your best option is to contact the developer of that plugin and ask for his or her support.


    Dennyhalim.com
    Participant

    @dennyhalim

    i just checked again. i see the problem is not the plugin.

    i removed the plugin. the error still there.

    the error always there, regardles what/which blogs is listed there.

    it seems to be always on third blog listed in mydomainname.com/blogs


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Check which plugins are activated on that specific blog and turn them off one by one. Sounds like something is interfering with something else. More than likely some kind of date re-writing or hi-jacking situation.

    bp-core.php Line 912

    Otherwise, there’s only a few places this function gets calls inside BuddyPress, so it would take some tracing back of those functions to see what’s conflicting or what’s causing it to happen.

    \buddypress\bp-core.php (5 hits)
    Line 275: return apply_filters( 'bp_activity_insert_time_since', @sprintf( $content, @sprintf( __( '  %s ago', 'buddypress' ), bp_core_time_since( strtotime( $date ) ) ) ) );
    Line 896: function bp_core_time_since( $older_date, $newer_date = false ) {
    Line 998: $last_active = bp_core_time_since( strtotime( $last_activity_date ) );
    Line 1000: $last_active = bp_core_time_since( $last_activity_date );
    \buddypress\bp-friends\bp-friends-templatetags.php (1 hits)
    Line 251: return apply_filters( 'bp_friend_time_since_requested', sprintf( __( 'requested %s ago', 'buddypress' ), bp_core_time_since( strtotime( $friends_template->friendship->date_created ) ) ) );
    \buddypress\bp-groups\bp-groups-templatetags.php (2 hits)
    Line 752: return apply_filters( 'bp_get_group_last_active', bp_core_time_since( $last_active ) );
    Line 2346: echo apply_filters( 'bp_group_request_time_since_requested', sprintf( __( 'requested %s ago', 'buddypress' ), bp_core_time_since( strtotime( $requests_template->request->date_modified ) ) ) );
    \buddypress\bp-xprofile\bp-xprofile-templatetags.php (1 hits)
    Line 368: return apply_filters( 'bp_get_profile_last_updated', sprintf( __('Profile updated %s ago', 'buddypress'), bp_core_time_since( strtotime( $last_updated ) ) ) );


    Dennyhalim.com
    Participant

    @dennyhalim

    it’s not always the same blog with that error.

    the blog list is always cycles. and the error seems always there no matter what blog is listed.

    also another (possibly related) problem:

    on the members list, the newest registered member have this under their name:

    ‘registered [Adjust Time Zone] ago’

    it seems that only after a day or so, it can actually calculate the corrent time (x day, y hour ago)

    but when i go to the member page http://mywebsite/members

    everything shown up ok.

    the newest member show up correctly:

    active x hours ago.


    Dennyhalim.com
    Participant

    @dennyhalim

    anyone?


    Jeff Sayre
    Participant

    @jeffsayre

    Dennyhalim-

    I just took a quick visit to the Hoard Hunter plugin page. This is what is says about:

    Hoard Hunter is an online treasure map game designed and developed for people who would like an easy (and fun) method of fund raising online. The system comprises of a custom plugin and integrated theme. The Hoard Hunter site is powered by WordPress MU (though the system will also run on standard WordPress) and uses a number of WordPress plugins to provide additional functionality.

    My First thought is that I would not even attempt to use this with BuddyPress. This looks like a complicated plugin that relies on many other plugins and its own custom theme to do some complex stuff. It is ripe with problems waiting to happen.

    Also, it is not clear if this plugin suite, as it really should be considered, works with WPMU 2.7.1. You need to contact the developer and ask. There does not seem to be an activity on that plugin’s thread for almost 6 months and the images do not load on the website. This is never a good sign.

    As is stated above, Hoard Hunter is a “system [comprised] of a custom plugin and integrated theme” and it relies on “a number of WordPress plugins to provide additional functionality”. You are dealing with a potentially large mess here in figuring out what is going on.

    As John and I both suggested, you need to deactivate the Hoard Hunter plugin and all other plugins that Hoard Hunter is using. Furthermore, you need to switch back to the default BuddyPress themes. In other words, to troubleshoot this issue, you need to strip down your install to the lowest common denominator and see if the problem goes away.

    So, just using the BuddyPress plugins and no other WPMU plugins, and just using the standard, default BP themes, does the problem go away. If so, you then start working your way backwards, adding a plugin at a time until either everything works or you find the problem.

    It could also be an issue with Hoard Hunter’s “integrated theme”.

    I hope this is just a development install and not an ongoing WPMU community to which your trying to add BP. If it is an ongoing community, perhaps you should stick with what you have and forget using BP.

    If you wish to continue troubleshooting, and you have important data to protect, please make sure you know what you are doing, that you are comfortable with troubleshooting this issue. You’ll need to make backups of your database, your themes, upload directories, plugins–in other words everything. Why? Because there are no guarantees.


    Dennyhalim.com
    Participant

    @dennyhalim

    i did remove the plugins

    i did switch back the theme

    like i said, it might not related to the plugin. (can i edit the title?)

    it’s the hoardhunter blog that i first found the problem.

    but it seem happen randomly to other blogs as well.

    if i see the html source, the error is right after

    span class=”activity”

    so it seems that bp cannot correctly calculate the time the blog last active.

    this might related to timezone problem.

    as i also mention the other problem:

    on homepage, the members list, the newest registered member have this under their name:

    ‘registered [Adjust Time Zone] ago’

    which also seem to me that bp cannot correctly calculate the time.


    Dennyhalim.com
    Participant

    @dennyhalim

    btw.

    i check between the blog that cause problem and the blog listed before it,

    all have same plugin activated.


    Dennyhalim.com
    Participant

    @dennyhalim

    i even deactivated all plugins in the blog.

    problem stills.

    changed themes few times.

    problem stills.


    Jeff Sayre
    Participant

    @jeffsayre

    Dennyhalim.com-

    so it seems that bp cannot correctly calculate the time the blog last active.

    this might related to timezone problem.

    This thread shows you how to deal with this issue: https://buddypress.org/forums/topic.php?id=2437#post-13341

    i check between the blog that cause problem and the blog listed before it,

    all have same plugin activated.

    So, if you do not have any plugins activated anywhere, except BuddyPress, you still have this issue?


    Dennyhalim.com
    Participant

    @dennyhalim

    yes i disable all plugins on the blog that’s causing the problem.

    and yes i still have this issue.

    will try the timezone fix see if it fix too.


    Dennyhalim.com
    Participant

    @dennyhalim

    i’ll set my timezone same as the servers.

    problem stills.

    looks like a different problem(bug?)

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘problem with hoard hunter plugin’ is closed to new replies.
Skip to toolbar