Hi ronan,

Hope you can point me in the right direction.

I am on vista premium 32 bit.

wamp 2 h

Apache Version :
2.2.8
PHP Version :
5.2.6

I can run phpmyadmin to backup my site. It returns a file of size 9.6 Mb.

When I run backup_migrate with it's default settings, the script never completes. I have set the option to download and change the name to a custom name.

The DB table is Innodb.

Any advice is appreciated.

cheers

Comments

ronan’s picture

Status: Active » Postponed (maintainer needs more info)

The latest dev should be timing out gracefully if it cannot complete the backup before your PHP timeout so I'm not really sure what is happening here. Do you have any errors in your apache logs? When you say hanging, do you just mean the browser spins and spins and the page never loads (or download doesn't start?) If you save to disk instead of downloading does it happen?

juicytoo’s picture

Hi Ronan,

Thanks for replying.

the browser spins and spins and the page never loads .

I downloaded the following to test.

6.x-2.x-dev 2009-Sep-06.

It's actually worst than before. ie. I could get to the backup page before. But now I cannot open
/admin/content/backup_migrate

I installed backup_migrate into another drupal 6 site just to test.

It still hangs.

the url: http://localhost:85//admin/content/backup_migrate

hangs.

wamp apache access.log

127.0.0.1 - - [07/Sep/2009:20:56:25 +0930] "GET /hotbeds/admin/content/backup_migrate HTTP/1.1" 200 -

wamp php_error.log

[07-Sep-2009 11:14:51] PHP Fatal error:  Call to undefined function backup_migrate_include() in D:\Program Files\wamp\www\<site>\sites\all\modules\backup_migrate\includes\profiles.inc on line 10

Let me know if you need any more info.

cheers

juicytoo’s picture

It's all working now.

I took some time off. And had restarted the PC.

thanks.

ronan’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)