epawel
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] Duplicate postsI also have problem with many duplicate posts
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Daily Digest Email Missentupdate:
I think the error from logs is not connected with “Email Missent” issue.
I decided to revert the plugin to version 9.2.1 (July 30, 2012) and as far it seems to sent emails correctly (however syntax error, unexpected T_STRING still can be found in logs)Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Daily Digest Email Missentp.s.
I never haven’t found any mixed emails (wrong content send to user) in preview (?sum=1) so I guess the problem is connected with sending emails not collecting data.Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Daily Digest Email MissentWe have probably the same problem. At least a few times users received not their subscription – daily digest and weekly summaries as well.
In logs I found an error which shows up from time to time (e.g. yesterday everything seems to be fine but today emails were mixed):PHP Parse error: syntax error, unexpected T_STRING in /wp-content/plugins/buddypress-group-email-subscription/bp-activity-subscription-digest.php(463) : runtime-created function on line 207
It’s multiplicated many times (I guess for many emails) but sometimes there are 1000 errors for 5000 emails, sometimes more, the other day there is no errors and emails seem to be sent correctly. I’m not 100% sure that this error is connected with this issue but I can’t find any other clue.
the code looks like:
add_action( 'phpmailer_init', create_function( '$phpmailer', ' $phpmailer->Body = "<html><body>' . addslashes( $message ) . '</body></html>"; $phpmailer->AltBody = "' . $message_plaintext . '"; ' ) ); <-- here is the line with error
This is multisite instalation so we use many plugins (e.g. WPML, Gravity Forms, many security plugins but no cache plugins). All plugins are up to date.
BuddyPress Group Email Subscription 3.3.1 WP 3.5, BP 1.6.2 . PHP 5.3.8.Our network has 500+ groups and 5000+ users and many groups are private so the problem is critical. Any help will be very appreciated. Thanks in advance.
Forum: Localhost Installs
In reply to: install.php blocked on every directoryHello,
you helped me tremendously with your post. I did very similar mistake and find out it after reading about your experiences.
Thanks a lot!The same issue here. It would be great plugin but I can’t use it with this bug. Any help would be very appreciated
I have exactly the same problem
I did it different way – added these lines in /wp-content/plugins/buddypress-group-documents/index.php after line 257
if ( $bp->is_single_item ){$the_index = $bp->current_item;
$files=array(‘name’ => ‘Documents’,’link’ => $groups_link.’/documents’,’slug’ => $bp->group_documents->slug,’css_id’ => ‘documents’, ‘position’ => ’35’, ‘user_has_access’ => ‘1’, ‘screen_function’ => ‘bp_group_documents_display’) ;
array_push($bp->bp_options_nav[$the_index], $files);}Maybe this is not beautiful solution (no guarantee), but works for me.
I hope it will help someone. (WP 3.3.1, BP 1.5.4)