Forum Replies Created
-
AuthorPosts
-
in reply to: WooCommerce crashed #7177
yes, yes, yes… let’s see… it was surprise today 🙂
in reply to: Community Add-On: cut the page #7122Yes! It works perfect!
in reply to: Monthly Top #7114Actually, 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.
in reply to: Community Add-On: cut the page #7113I 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;
}in reply to: Incorrect numbers #7112oops 🙂
Thanks!
in reply to: Community Add-On: cut the page #7111Here 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
in reply to: Community Add-On: cut the page #7105One 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.
in reply to: Doesn't work witg comments #7097I 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=0As conclusion. There are two pluggins with conflicts:
AutoMessages and BadgeOS Community Add-On. And conflict with buddyPress! 🙂in reply to: Community Add-On: cut the page #7094After 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.6Having the latest versions I tried to create the new achievement and got either cut page or button ‘Add New Step’ doesn’t work.
in reply to: Community Add-On: cut the page #7093Some extra pictures:
https://www.dropbox.com/s/dgnx82l5hdivfeh/cutpage.png?dl=0
Apache and php error logs are clean (((
in reply to: Incorrect numbers #7087I 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 fromwp11_postmeta
where meta_key like ‘%badgeos%’
delete fromwp11_posts
where post_type like ‘%badgeos%’hope it does not have side-effects.
in reply to: Incorrect numbers #7067Yehoo! I will do it today!
Thanks a lot!!!
in reply to: Incorrect numbers #7014Yes, it will be good to reset for all users and start from scratch.
in reply to: Incorrect numbers #6992or maybe sql-script to reset all points for all people and clean-up all logs will be as an alternative.
in reply to: Doesn't work witg comments #6850>> 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.
in reply to: Doesn't work witg comments #6847Hm… after investigation I realized BuddyPress is a problem.
I disable BuddyPress and AutoMessage starts working agains pages with comments.
Please, help 🙂
in reply to: All earned points are RESET after updating profile #4526Great! The fix was applied and waiting for users feedback.
Thanks a lot!
in reply to: All earned points are RESET after updating profile #4520Any update on this issue?
We could check my environment, if you have skype we could very easy reproduce and check.
-
AuthorPosts