Denis Miller 2020-09-21T10:35:28-04:00

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 42 total)
  • Author
    Posts
  • Denis Miller
    Participant
    Post count: 55
    in reply to: WooCommerce crashed #7177

    yes, yes, yes… let’s see… it was surprise today 🙂

    Denis Miller
    Participant
    Post count: 55

    Yes! It works perfect!

    Denis Miller
    Participant
    Post count: 55
    in reply to: Monthly Top #7114

    Actually, I have small experience regarding PHP-implementation.
    Could you provide some direct guideline where to put what? 🙂

    I could hard-code some dates manually. It’s ok.

    Denis Miller
    Participant
    Post count: 55

    I did this hack (don’t understand it), but it works:

    /var/www/site/wp-content/themes/twentytwelve/functions.php

    function get_current_screen()
    {
    global $current_screen;
    if ( ! isset( $current_screen ) )
    return null;
    return $current_screen;
    }

    Denis Miller
    Participant
    Post count: 55
    in reply to: Incorrect numbers #7112

    oops 🙂

    Thanks!

    Denis Miller
    Participant
    Post count: 55

    Here is DEBUG:

    Fatal error: Call to undefined function get_current_screen() in /var/www/site/wp-content/plugins/badgeos-auto-messages/badgeos-auto-messages.php on line 286

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in /var/www/site/wp-includes/functions.php on line 3269

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in /var/www/site/wp-includes/functions.php on line 3269

    Denis Miller
    Participant
    Post count: 55

    One of my friend said that it could *.js conflict, because there is no any server side errors.

    I could provide machine with minimum configuration for further investigation. There are the latest version of all plugins, wordpress and standart theme.

    Denis Miller
    Participant
    Post count: 55

    I decided to return back buddyPress plugin. People from our community asked to return it back.

    After some investigation I realized.

    Repro:
    1. Having the latest version of WordPress +buddyPress + BadgeOS Auto Messages Add-On.
    2. Go to Groups.

    There is no groups, or the page with groups are corrupted.
    https://www.dropbox.com/s/mowz5f85xv2lb9q/buddyPress.png?dl=0

    As conclusion. There are two pluggins with conflicts:
    AutoMessages and BadgeOS Community Add-On. And conflict with buddyPress! 🙂

    Denis Miller
    Participant
    Post count: 55

    After investigation and turning off all plugins.

    I found that ‘BadgeOS Community Add-On’ screws up the page. I don’t know how to explain.

    Wordpress 4.1.1
    BadgeOS 1.4.4
    BadgeOS Community Add-On 1.2.0
    bbPress 2.5.6

    Having the latest versions I tried to create the new achievement and got either cut page or button ‘Add New Step’ doesn’t work.

    Denis Miller
    Participant
    Post count: 55

    Some extra pictures:

    https://www.dropbox.com/s/dgnx82l5hdivfeh/cutpage.png?dl=0

    Apache and php error logs are clean (((

    Denis Miller
    Participant
    Post count: 55
    in reply to: Incorrect numbers #7087

    I have not got a result. And not good with PHP. So I decided to execute:

    delete from wp11_usermeta where meta_key like ‘%badgeos%’
    delete from wp11_postmeta where meta_key like ‘%badgeos%’
    delete from wp11_posts where post_type like ‘%badgeos%’

    hope it does not have side-effects.

    Denis Miller
    Participant
    Post count: 55
    in reply to: Incorrect numbers #7067

    Yehoo! I will do it today!

    Thanks a lot!!!

    Denis Miller
    Participant
    Post count: 55
    in reply to: Incorrect numbers #7014

    Yes, it will be good to reset for all users and start from scratch.

    Denis Miller
    Participant
    Post count: 55
    in reply to: Incorrect numbers #6992

    or maybe sql-script to reset all points for all people and clean-up all logs will be as an alternative.

    Denis Miller
    Participant
    Post count: 55

    >> doing absolutely nothing?
    Yes. I expect a popup message, but nothing is happening.

    BuddyPress was disabled. I reset ‘Users shown this message’. And I got the message.

    >> Trying to narrow down where I should be looking to debug.
    Please take a look attached files:

    https://www.dropbox.com/sh/7t4y6cx3pvp9n60/AADC1DxjOKM2iG9JqeplQyEea?dl=0

    Try to compare these two files:

    1) comment-doesnt_work – enabled comments (with BuddyPress) and auto-message doesn’t work
    2) nocomment-works – disabled comments (with BuddyPress) and automessage works fine.

    After disabling BuddyPress. Auto-message works fine.

    Actually, I disable BuddyPress at all on my blog. It’s not needed. But looks like there is a conflict.

    >> Community Addon enabled or no?

    Don’t remember. I already deleted buddy press and related plugins.

    Denis Miller
    Participant
    Post count: 55

    Hm… after investigation I realized BuddyPress is a problem.

    I disable BuddyPress and AutoMessage starts working agains pages with comments.

    Please, help 🙂

    Denis Miller
    Participant
    Post count: 55
    in reply to: Crash #6845

    Yes. It works!

    Denis Miller
    Participant
    Post count: 55
    in reply to: Crash #6842

    I did quick fix by adding into function.php

    function get_current_screen() {
    global $current_screen;
    if ( ! isset( $current_screen ) )
    return null;
    return $current_screen;
    }

    But don’t know
    1) is it secure?
    2) is it correct?
    3) what is the correct solution 🙂

    /Denis

    ^)

    Denis Miller
    Participant
    Post count: 55

    Great! The fix was applied and waiting for users feedback.

    Thanks a lot!

    Denis Miller
    Participant
    Post count: 55

    Any update on this issue?

    We could check my environment, if you have skype we could very easy reproduce and check.

Viewing 20 posts - 21 through 40 (of 42 total)