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

Fix namespaces getlist processor when cache_db is active #16681

Merged

Conversation

halftrainedharry
Copy link
Contributor

What does it do?

Makes sure the code doesn't try to cache this specific query.

Why is it needed?

When cache_db is active, the processor throws an error (Code: 0 communication failure).

How to test

  • Set the system setting cache_db to Yes
  • Make sure that on the system settings page (manager/?a=system/settings), the dropdown "Filter by namespace..." displays the list of namespaces.

Related issue(s)/PR(s)

Resolves #16674

@opengeek opengeek changed the title Fix getlist processor for package-namespaces when cache_db is active Fix getlist processor for namespaces when cache_db is active Jan 30, 2025
@opengeek opengeek changed the title Fix getlist processor for namespaces when cache_db is active Fix namespaces getlist processor when cache_db is active Jan 30, 2025
@opengeek opengeek merged commit feb9ed8 into modxcms:3.x Jan 30, 2025
7 checks passed
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

Successfully merging this pull request may close these issues.

After activating cache_db it is no longer possible to filter by namespaces
4 participants