Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"restart required" warning because of poll plugin #105

Closed
AliCihan opened this issue Aug 12, 2019 · 8 comments
Closed

"restart required" warning because of poll plugin #105

AliCihan opened this issue Aug 12, 2019 · 8 comments

Comments

@AliCihan
Copy link
Contributor

https://community.nodebb.org/topic/14174/restart-required-warning-does-not-go-away

@AliCihan
Copy link
Contributor Author

AliCihan commented Sep 2, 2019

additionally, with nodebb 1.12.2 it does not let you create a poll.

akhoury added a commit that referenced this issue Sep 3, 2019
@akhoury
Copy link
Member

akhoury commented Sep 3, 2019

@crazycells the restart required issue is fixed, will publish soon.

What exactly happens on 1.12.2?I just created a test poll

Screen Shot 2019-09-03 at 11 26 41 AM

@arranka
Copy link

arranka commented Sep 3, 2019

we are not allowed to create a survey in node 1.12.2

image

@akhoury
Copy link
Member

akhoury commented Sep 5, 2019

On your terminal, assuming you have mongo client installed, can you query the global object

mongo
use forobolso;
db.objects.findOne({ _key: "global" })

then

db.objects.aggregate([ { $match: { _key: "polls" } }, { $project: { count: { $size: '$array' } } } ])

Paste both results here, don't worry, global does not have any sensitive information. In fact, I am mostly interested in the nextPollId property, and the second command counts how many polls you already have in there. I want to make sure the that the nextPollId is greater than the count of the polls.

Thanks.

@AliCihan
Copy link
Contributor Author

AliCihan commented Sep 5, 2019

@akhoury Thanks a lot, we have resolved the issue. We needed to uninstall and install again, I do not know what the problem was, but now it is working. Thanks.

@akhoury akhoury closed this as completed Sep 6, 2019
@ghost
Copy link

ghost commented Sep 17, 2019

Same issue here "restart required" is shown permanent in the ACP after the poll plugin was installed.
The plugin itself works, just the ACP status seems to be confused ..

@akhoury
Copy link
Member

akhoury commented Sep 17, 2019

0.3.3 needs to be published, @julianlam

@akhoury
Copy link
Member

akhoury commented Sep 20, 2019

nodebb-plugin-poll@0.3.3 published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants