Closed (fixed)
Project:
Hosting
Version:
6.x-0.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2011 at 15:58 UTC
Updated:
28 Apr 2011 at 00:12 UTC
(Follow on from http://community.aegirproject.org/node/439#new at a more appropriate venue).
Batch migrate of sites to a new platform fails with an error:
warning: Parameter 3 to hosting_migrate_platform_batch() expected to be a reference, value given in /var/aegir/hostmaster-0.4-rc1/includes/batch.inc on line 190
batch.inc is of course part of drupal core, so I assume aegir is passing a value to that instead of passing by reference.
Need to do some proper debugging of this yet...more info to follow. Hopefully.
Comments
Comment #1
danepowell commentedsubscribing
Comment #2
interx commentedThere was a similar issue at http://drupal.org/node/1057280.
It resolved the PHP error, but I get an access denied on the migration after the batch. It seems like it never reaches step 2 where it creates the migration tasks?
Comment #3
anarcat commentedI fixed this along with #1111532: Mass Migrate fails in Aegir 1.0 RC3