Postponed (maintainer needs more info)
Project:
Devel
Version:
8.x-2.x-dev
Component:
kint
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2019 at 22:33 UTC
Updated:
13 Apr 2019 at 14:08 UTC
Jump to comment: Most recent
Comments
Comment #2
uniquename commentedsame here
Comment #3
dotoree commentedIn my case was this error:
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "devel.execute_php" does not exist.admin_toolbar module uses devel.execute_php route. Unistalled devel, upgraded admin_toolbar, then reinstalled devel, then it was ok.
Comment #4
RAFA3L commentedadmin_toolbar and devel uninstalled, admin_toolbar updated, but when try to update devel the problem is continue.
Comment #5
dotoree commented@RAFA3L you could try to add to composer kint @dev-master as described here
https://www.drupal.org/project/devel/issues/2839515#comment-12839993 and
https://www.drupal.org/project/devel/issues/2839515#comment-12843236
Comment #6
RAFA3L commentedThanks @dotoree for your help, I think I can live without Devel or using the previous version 1.2. I use more Xdebug than Devel.
Comment #7
RAFA3L commentedMaybe the problem was because I didn't update the Drupal core, I update all the modules and run "composer update", then the Devel module was updated to 2.0
Comment #8
willzyx commentedHi guys, can suggestion in #3047464: Composer require drupal/devel 2.x-dev not working help to solve the issue?