user_access has been removed: https://www.drupal.org/node/2174027
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | backup_migrate-remove-user-access-add-permissions-yml-2450669-5-8.patch | 12.42 KB | swim |
user_access has been removed: https://www.drupal.org/node/2174027
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | backup_migrate-remove-user-access-add-permissions-yml-2450669-5-8.patch | 12.42 KB | swim |
Comments
Comment #1
nicstar commentedIs there any traction on getting this issue fixed? Installed on an 8.0.0-beta9 and getting a fatal error upon enabling. ETA: Thanks in advance!
Fatal error: Call to undefined function user_access() in (my path)/modules/backup_migrate/backup_migrate.module on line 26
Comment #2
tuccio commentedAnd, how the hell do you uninstall a WSOD-causing broke module such as this one in Drupal 8.
Comment #3
Unitoch commentedDrush pm-uninstall also fails after trying to enable backup_migrate. Though this doesn't fix the underlying error with backup and migrate, you can get your site back by simply removing modules/backup_migrate directory.
Comment #4
platinum1 commentedWould indeed be useful for those trying the different Betas...
Comment #5
swim commentedThe attached patch will require the routing.yml patch as a dep, will link from this issue.
Comment #6
yukare commentedI am working on #2409423: Port Backup_Migrate to Drupal 8 in a sandbox project and used your patch.
Comment #7
tirler commentedInstalling drupal 8 - 22.11.15 Acquia Dev Desktop
Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\InvalidArgumentException' with message 'The service definition "renderer" does not exist.' in /Users/roman1/Zettabox/drupal8/vendor/symfony/dependency-injection/ContainerBuilder.php:796 Stack trace: #0 /Users/roman1/Zettabox/drupal8/vendor/symfony/dependency-injection/ContainerBuilder.php(440): Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition('renderer') #1 /Users/roman1/Zettabox/drupal8/core/lib/Drupal.php(158): Symfony\Component\DependencyInjection\ContainerBuilder->get('renderer') #2 /Users/roman1/Zettabox/drupal8/core/includes/install.core.inc(1151): Drupal::service('renderer') #3 /Users/roman1/Zettabox/drupal8/core/includes/install.core.inc(1089): install_database_errors(Array, './sites/drupal8...') #4 /Users/roman1/Zettabox/drupal8/core/includes/install.core.inc(366): install_verify_database_settings('sites/drupal8.d...') #5 /Users/roman1/Zettabox/drupal8/core/includes/install.core.inc(113): install_begin_request(Ob in /Users/roman1/Zettabox/drupal8/vendor/symfony/dependency-injection/ContainerBuilder.php on line 796
Comment #8
sushylThis seems to be taken care of in 8.x-4.x-dev branch and is no longer related now.
Comment #9
devurandom commentedDuplicate of #2483961: Fatal error when I activate the module?
Comment #10
ronan commentedI have focused my energy on a rebuild instead of trying to port the old module line by line:
https://github.com/backupmigrate/backup_migrate_drupal
Once it is more stable and feature complete I'll move more of the development over to d.o. In the mean time I'll try to push regular snapshots to the 8.x-4.x branch