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

Add a warning in the admin when a required module is not installed #3333

Open
cdfa opened this issue Mar 17, 2023 · 0 comments
Open

Add a warning in the admin when a required module is not installed #3333

cdfa opened this issue Mar 17, 2023 · 0 comments

Comments

@cdfa
Copy link
Contributor

cdfa commented Mar 17, 2023

Zotonic version

N/A

OS version

N/A

Description

  • Motivation
    When a site requires an external zotonic module (such as mod_elasticsearch2) this needs to be cloned into the apps_user directory before the site will work.
    However, this step is often forgotten during setup and if you do, the problem is quite difficult to debug, because the server will reply 500, but without any errors in the console.
    Running z:compile(). does not always show an error either.

It's generally a problem that the server will reply with 500 without errors when not everything is compiled correctly. But I don't know if we can fix that in general.

Current behavior

500 without any indication why

Expected behavior

500 with a warning saying why.

Config

N/A

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