Recent Topics

1 Jul 03, 2015 15:52    

Hi all,

I think that I have a bug!?

I am using v6.5.0 and I turn on widget to capture e-mail (new register). So any spammers have do your register and when I try delete this user nothing is deleted. I can't delete user in my blog :-(

No message is showed! After click delete button the user keep in b2evolution :-(

Screenshot 01 - form delete ok!
http://sfl.pro.br/fotos/upload/2015/07/03/20150703104430-b718b384.png

Screenshot 2 - message deleting of! (but don't delete anyway)
http://sfl.pro.br/fotos/upload/2015/07/03/20150703104428-412ddf0e.png

screenshot 3 - user keep in b2evolution :-(
http://sfl.pro.br/fotos/upload/2015/07/03/20150703104427-8c86f0d7.png

2 Jul 03, 2015 23:38

Thanks for reporting @oigreslima.

I confirm what you described. The dev team is already reported about this issue.

3 Jul 06, 2015 19:50

Information: this issue is already solved and a fix will be included in the next release.

If you want/need to implement it now, then open the file inc/messaging/model/_messaging.funcs.php and replace the section around line 1709 with:


if( empty( $affected_threads_ids ) )
{ // There are no affected thread ids, nothing to delete
	$DB->commit();
	return true;
}

4 Jul 06, 2015 22:51

Next release (including fix) likely this week.


Form is loading...