Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in C:\wamp\www\backupandmigrate\profiles\backup_migrate_profile\backup_migrate_profile.profile on line 71

Comments

brianbrown’s picture

Make certain that this is enabled in your php.ini, thus:

allow_call_time_pass_reference = On

Regards,
Brian

hansrossel’s picture

This is allready solved in the backup_migrate module, see the bug report #752038: Call-time pass-by-reference has been deprecated.