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.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | admin_menu-code-upgrade-2784865-8.patch | 7.28 KB | rishabhthakur |
| #3 | admin_menu-errors_on_installation-2784865-3.patch | 1.51 KB | bkhandruk |
Comments
Comment #2
anrikun commentedComment #3
bkhandruk commentedFixed these two and the error with current path, but there is a lot other errors.
Comment #5
chandrap commentedI have facing same issue while installing this module
Comment #6
chandrap commentedThis 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.
Comment #7
rishabhthakur commentedChecking for module code base
Comment #8
rishabhthakur commentedLots 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
Comment #10
thallesThis 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!
Comment #11
thalles