Comments

nicstar’s picture

Is 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

tuccio’s picture

And, how the hell do you uninstall a WSOD-causing broke module such as this one in Drupal 8.

Unitoch’s picture

Drush 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.

platinum1’s picture

Would indeed be useful for those trying the different Betas...

swim’s picture

Status: Active » Needs review
StatusFileSize
new12.42 KB

The attached patch will require the routing.yml patch as a dep, will link from this issue.

yukare’s picture

I am working on #2409423: Port Backup_Migrate to Drupal 8 in a sandbox project and used your patch.

tirler’s picture

Installing 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

sushyl’s picture

This seems to be taken care of in 8.x-4.x-dev branch and is no longer related now.

devurandom’s picture

ronan’s picture

Status: Needs review » Closed (won't fix)

I 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