bennylope
bennylope

Reputation: 1163

Custom SilverStripe ModelAdmin does not show up

I have a site running on SilverStripe (CMS version 3.1) with a custom module including a ModelAdmin class. It shows up just fine in development (as seen below, right under Pages) but not in production. The module is not registering at all in production, there's no way to access the forms via the URL in production.

The module is there!

The code on the server is up to date. Subsequent changes are, in fact, working as expected.

I've previously attempted dumping the SilverStripe cache to no avail. What kind of issues could be causing this, and where would I begin to properly debug this?


Edit: the module doesn't seem to show up for anyone regardless of user type, even the default admin.

Upvotes: 2

Views: 394

Answers (1)

3dgoo
3dgoo

Reputation: 15794

Make sure you flush your cache in the admin section with http://www.example.com/admin/?flush=all

Upvotes: 4

Related Questions