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
(2014-07-29, 09:23 AM)NINJA0210 Wrote: [ -> ]
(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. ^^

https://github.com/mybb/mybb/issues/1007
(2014-08-02, 09:13 PM)OMID_HXC Wrote: [ -> ]
(2014-07-29, 09:23 AM)NINJA0210 Wrote: [ -> ]
(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. ^^

https://github.com/mybb/mybb/issues/1007

I have same problem
Quote:There is 1 account awaiting activation. Please go to your ACP to activate the users.
same problem
Quote:I think the problem into global.php $cache->update_awaitingactivation(); line to be added..


Yes, this FIXED it for me!!!!!

I just added it at the very end of the file.

Thank you for this!!!
(2014-12-15, 05:39 PM)LopoEvil Wrote: [ -> ]I think the problem into global.php $cache->update_awaitingactivation(); line to be added..

That's for sure not the correct solution - yes it fixes the issue but makes the whole cache completly useless...
That is not the solution I attempt to add.
Not sure if I'm just being too simple minded here, but I had the same issue and my problem was that by default the search has the default parameters "Post count GREATER THAN 0" and "Thread count GREATER THAN 0", which isn't true for new users.

Setting these to Greater than -1 or equal to zero gives me my users awaiting activation. Having "Greater than or equal to" as the default value would fix this.

Make sure you're not just making the same mistake as me XD
@up, that's another issue and will be fixed in 1.8.4 too.
So... the solution? Same bug here.
wait for a new verison of mybb 1.8 (1.8.4)
Pages: 1 2 3