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

Internal server error when trying to use official Shared Edits plugin #151

Open
mxmilkiib opened this issue May 26, 2023 · 0 comments
Open

Comments

@mxmilkiib
Copy link

mxmilkiib commented May 26, 2023

Describe the bug

When I enable the Shared Edits and then try to use it, I get an Internal Server Error

https://meta.discourse.org/t/enable-shared-edits-gives-internal-server-error-message/266281/3

Context

  • Hardware: VPS
  • YunoHost version: 11.1.20
  • I have access to my server: SSH
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: No. nothing but install some plugins, using the YunoHost instructions for installing Discourse plugins

Logs

ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR:  relation "shared_edit_revisions" does not exist
LINE 8:  WHERE a.attrelid = '"shared_edit_revisions"'::regclass
                            ^
)
app/controllers/application_controller.rb:387:in `block in with_resolved_locale'
app/controllers/application_controller.rb:387:in `with_resolved_locale'
lib/middleware/omniauth_bypass_middleware.rb:71:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:361:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/request_tracker.rb:198:in `call'

Failed to handle exception in exception app middleware : PG::UndefinedTable: ERROR:  relation "shared_edit_revisions" does not exist
LINE 8:  WHERE a.attrelid = '"shared_edit_revisions"'::regclass

P.S. is there not a ./launcher available, like apparently with the default Discourse install?

@mxmilkiib mxmilkiib changed the title Internal server error when trying to use shared edits Internal server error when trying to use official Shared Edits plugin May 26, 2023
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

1 participant