Clean installation.

Drupal: 7.34
Apache/2.4.10
PHP: 5.5.15
Mysql: 5.6.20

This happens when configuring cron to send email and store in ftp.

fclose() expects parameter 1 to be resource, boolean given [warning]

destinations.ftp.inc:223
WD backup_migrate: FTP Error: Unable to download file: [error]

./drupaltest.local-2015-01-02T14-41-14.tar.gz.info from .

Fatal error: Call to a member function filepath() on a non-object in C:\xampp\htdocs\drupaltest.local\sites\all\modules\backup_migrate\includes\destinations.inc on line 886
Drush command terminated abnormally due to an unrecoverable [error]

error.
Error: Call to a member function filepath() on a non-object in
C:\xampp\htdocs\drupaltest.local\sites\all\modules\backup_migrate\includes\destinations.inc, line 886

Comments

msantos202’s picture

Issue summary: View changes
andriyun’s picture

I have the same error when try to view destination list files
http://local.site/admin/config/system/backup_migrate/settings/destinatio...

Looks like bug with ftp object in this file

        $info_file = $this->load_file($files[$key . '.info']->file_id());
        $info = drupal_parse_info_file($info_file->filepath());

object $info_file is empty for this case.

couturier’s picture

Status: Active » Closed (outdated)

Drupal: 7.34
Apache/2.4.10
PHP: 5.5.15
Mysql: 5.6.20

Please re-try with upgrades to Backup and Migrate 7.x-3.2 as well as all listed above. The newer versions should resolve your issue.