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

Error plugin.rb:100:in `<module:Jobs>': uninitialized constant Jobs::Jobs::Scheduled #8

Open
randall-coding opened this issue Nov 1, 2019 · 1 comment

Comments

@randall-coding
Copy link

randall-coding commented Nov 1, 2019

Specs: I'm using Ruby 2.6.1 and Rails 6.0.0 and the latest Discourse from Github.

Issue:
I added this plugin to the plugins folder in discourse then started up my rails server with bundle exec rails server and ran into this error.

1: from …/plugins/discourse-hot-topics/plugin.rb:98:in block in activate!' .../plugins/discourse-hot-topics/plugin.rb:100 :in module:Jobs’: uninitialized constant Jobs::Jobs::Scheduled
Did you mean? Scheduler (NameError)
** INCOMPATIBLE PLUGIN **

I’m new to discourse so perhaps I’m making some fatal mistake? or is anyone else able to reproduce this issue?

I searched high and low for anyone else having the uninitialized constant Jobs::Jobs::Scheduled problem, but couldn't find anyone else with the same issue.

@oskarrough
Copy link
Member

Hi @randall-coding, thanks for reporting. I haven't seen the issue before so I'm guessing it has something to do with some recent dependency update? If @joebuhlig has a spare moment, maybe he can help us 🙏

module ::Jobs

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

2 participants