I've just tried to install Administration Menu on Drupal 8-1-8 and got:
Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface in [...]\core\lib\Drupal\Component\DependencyInjection\Container.php on line 268

Then trying to access another page after installing leads to:
Fatal error: Call to undefined function user_access() in [...]\modules\admin_menu\admin_menu.module on line 149

I guess I cannot install the module now.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anrikun created an issue. See original summary.

anrikun’s picture

Issue summary: View changes
bkhandruk’s picture

Status: Active » Needs review
FileSize
1.51 KB

Fixed these two and the error with current path, but there is a lot other errors.

Status: Needs review » Needs work

The last submitted patch, 3: admin_menu-errors_on_installation-2784865-3.patch, failed testing.

chandrap’s picture

I have facing same issue while installing this module

chandrap’s picture

This module is not properly migrated in Drupal 8, it has lots of deprecated function like (variable_get(), variable_set(), variable_del(), drupal_alter() etc). It uses the table which is not in D8 as menu_links. Needs work on this module.

rishabhthakur’s picture

Assigned: Unassigned » rishabhthakur

Checking for module code base

rishabhthakur’s picture

Assigned: rishabhthakur » Unassigned
FileSize
7.28 KB

Lots of deprecated code used on module like db_select(), old dp functions, also have some old Drupal 7 , 8 methods which need to be fixed.
Ambiguous class also conflicts with other modules like advagg too

also its similar module work compatibles with Drupal 8/9
https://www.drupal.org/project/admin_toolbar
https://www.drupal.org/project/menu_admin_per_menu

it require more time to modify all of methods and code to make compatible with drupal 8/9

can`t able to manage this now maybe later i will contributes more

  • thalles committed 285769c on 8.x-3.x authored by rishabhthakur
    Issue #2784865 by rishabhthakur, rocket.man: Fatal error on installation
    
thalles’s picture

Category: Bug report » Support request

This module has been deprecated for Drupal 8.
For Drupal 8: the Admin Toolbar provides an experience similar to admin_menu with the core toolbar.

Thanks @all!

thalles’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

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