Blog Sections Open
Installing DocLister and Related Extras Safely
A historical but still useful note on installing DocLister and related extras without breaking the manager during setup.
DocLister became a core building block for many Evolution CMS projects, but older installations were sometimes unforgiving when extras were installed in the wrong order or with incompatible plugin combinations enabled from the start.
The problem pattern
You install DocLister from Extras, the manager becomes unstable or shows a white screen, and then related extras such as simpleGallery make the problem harder to diagnose.
Safer installation order
- Start from a clean working Evolution CMS installation.
- Install DocLister first and verify the manager still loads correctly.
- Enable only the pieces you actually need instead of activating every plugin immediately.
- Add related extras one by one and test after each step.
Why this matters
When several extras are introduced at once, it becomes difficult to see which plugin, parser integration, or manager hook is actually causing the failure.
Recommended habit
Treat extras installation like dependency rollout: add one layer, verify, then continue. That is slower than clicking everything at once, but it is dramatically faster than recovering from a broken manager after the fact.
Using Pseudo-Pages for Resource Subviews in Evolution CMS
How to expose subviews such as /reviews under a resource URL without creating a separate child resource for every page.
Filtering DocLister Results by a TV Value with containsOne
How to use DocLister containsOne TV filters as a cleaner alternative to older Ditto-style local filters.