Going to admin/config/development/configuration/refresh/overview you get:

"The website encountered an unexpected error. Please try again later."

Error log says:

[Sat Sep 12 09:00:54.271035 2015] [fcgid:warn] [pid 60002:tid 3007418368] [client 127.0.0.1:62454] mod_fcgid: stderr: Uncaught PHP Exception LogicException: "The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller?" at /Users/webchick/Sites/8.x/core/vendor/symfony/http-kernel/HttpKernel.php line 165

(Said controller is _controller: '\Drupal\config_refresh\Controller\ConfigRefreshController::overview'
)

However, admin/config/development/configuration/refresh/form at least shows up.

But, something seems off because there's a weird "0" fieldgroup:

And then upon submitting the form, another "The website encountered an unexpected error. Please try again later."

This time the error is:

[Sat Sep 12 09:03:09.415709 2015] [fcgid:warn] [pid 60009:tid 3062050816] [client 127.0.0.1:62485] mod_fcgid: stderr: Uncaught PHP Exception Drupal\\Component\\Plugin\\Exception\\PluginNotFoundException: "The "system.simple" entity type does not exist." at /Users/webchick/Sites/8.x/core/lib/Drupal/Core/Entity/EntityManager.php line 276, referer: http://8x.dd/admin/config/development/configuration/refresh/form

Sorry, that's all I got, but maybe gets someone started.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick created an issue. See original summary.

dawehner’s picture

Status: Active » Needs review
FileSize
6.45 KB

Did a little bit of work here and there. Sorry some things wouldn't have been needed, it was just fun to improve things a bit.

The primary feature is to have a drush command available, which is basically what you want all day long anyway, IMHO.

vijaycs85’s picture

Thanks @dawehner for the patch and @webchick for raising this issue. I have added both of you as maintainers in case if you want to get this fix in quickly. I'll do a review later.

vijaycs85’s picture

.

dawehner’s picture

@vijaycs85
Thank you for your quick feedback, but yeah given that this patch introduces things like renamed methods etc. you should really better have a look at it, before we commit it.

  • vijaycs85 committed c241db7 on 8.x-1.x authored by dawehner
    Issue #2567505 by dawehner, webchick: Get it working again
    
vijaycs85’s picture

Status: Needs review » Fixed

Thanks all. Committed and made an alpha release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.