MyBB Community Forums

Full Version: account awaiting activation bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
i install mybb 1.8 beta 3
i register a user but got an mysql error:
see picture:
[Image: fo6is3zeyba6t60fl7zn.jpg]


now with ADMIN account i have error on top:
There is 1 account awaiting activation. Please go to your ACP to activate the users.

and in Admin_CP:
2 Registered Users
2 Active Users
2 Registrations Today
1 Awaiting Activation


when i click on:
1 Awaiting Activation
i got this error:
No users were found matching the specified search criteria. Please modify your search criteria and try again.

------

and
Registration Method: Send Email Verification
also i use Activation url from user email.
and user already marked as registered

------

i think this is a bug. but if i have free time, test it with more registrations.
I can confirm the error after activating the user from Admin CP.

http://i.imgur.com/5BgTaGJ.png

After activating, the awaiting activation notification is still displayed

Quote:There is 1 account awaiting activation. Please go to your ACP to activate the users.
(2014-07-22, 04:09 PM)fizit Wrote: [ -> ]I can confirm the error after activating the user from Admin CP.

http://i.imgur.com/5BgTaGJ.png

After activating, the awaiting activation notification is still displayed

Quote:There is 1 account awaiting activation. Please go to your ACP to activate the users.

I think the problem into global.php $cache->update_awaitingactivation(); line to be added..
I have noticed this bug as well on my current test install of the beta 3 release.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/1007

Thanks for contributing to MyBB!

Regards,
The MyBB Group
Thanks
(2014-07-22, 07:32 PM)SeNCeR Wrote: [ -> ]I think the problem into global.php $cache->update_awaitingactivation(); line to be added..

It wouldn't. I would rather remove the feature that adding that line.
i register second user and there is just first error.
i think there is Additional +1 for awaiting activation user come from core in database.
(2014-07-23, 05:34 AM)Omar G. Wrote: [ -> ]
(2014-07-22, 07:32 PM)SeNCeR Wrote: [ -> ]I think the problem into global.php $cache->update_awaitingactivation(); line to be added..

It wouldn't. I would rather remove the feature that adding that line.

Errors, Rebuild Cache awaitingactivation executing improving.

admin/modules/home/index.php
// Get the number of users awaiting validation
below the line..
$cache->update_awaitingactivation();
My question is I've added a fix.
(2014-07-22, 04:09 PM)fxzt Wrote: [ -> ]I can confirm the error after activating the user from Admin CP.

http://i.imgur.com/5BgTaGJ.png

After activating, the awaiting activation notification is still displayed

Quote:There is 1 account awaiting activation. Please go to your ACP to activate the users.

I have same problem,always display this message. ^^
Pages: 1 2 3