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

mausolos created an issue. See original summary.

abu-zakham’s picture

Hello, Did you try clearing the cache?

mausolos’s picture

@abu-zakham: yes, always. Also tried uninstalling, reinstalling, and nuking the DB and starting with another fresh install.

mausolos’s picture

@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.

Jill L’s picture

I 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

mausolos’s picture

That worked, thanks!

I don't think this becomes a true solution until it just "happens" behind the scenes for a user.

  • abu-zakham committed 3ee876e on 8.x-2.x
    Fixed Issue #2908964: Quasi-WSOD after fresh install
    
abu-zakham’s picture

Status: Active » Fixed

Thanks you mausolos and Jill L, Fixed.

abu-zakham’s picture

Status: Fixed » Closed (fixed)