After installing fresh D8.3.7 and enabling this module (along with quite a few others), I clicked on the Dashboard link, which navigated to:
admin/config/dashboard
A quasi-WSOD was displayed, with only the words "The website encountered an unexpected error. Please try again later.".
This was in the error log:
[:error] Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\RouteNotFoundException: "Route "entity.page.edit_form" does not exist." at /apps/drupal/d8root/core/lib/Drupal/Core/Routing/RouteProvider.php line 190, referer: http://localhost/admin/config
Let me know if there are any other details you need to reproduce.
Thanks!
Charles
Comments
Comment #2
abu-zakham commentedHello, Did you try clearing the cache?
Comment #3
mausolos commented@abu-zakham: yes, always. Also tried uninstalling, reinstalling, and nuking the DB and starting with another fresh install.
Comment #4
mausolos commented@abu-zakham: to be completely clear, I actually just did a completely fresh install again, but this time I didn't turn on any modules besides total_control and whatever modules it turned on due to requirements, and I still get the error.
Comment #5
Jill LI had the same issue, in order to make this module work I had to
1. Enable Page Manager UI
2. Navigate to /admin/structure/page_manager/manage/total_control_dashboard/general
3. Re-save the Dashboard varient
Comment #6
mausolos commentedThat worked, thanks!
I don't think this becomes a true solution until it just "happens" behind the scenes for a user.
Comment #8
abu-zakham commentedThanks you mausolos and Jill L, Fixed.
Comment #9
abu-zakham commented