just wondering if there were any plans for a 4.7 release?

CommentFileSizeAuthor
#6 backup.tgz12.42 KBron collins

Comments

dmuth’s picture

It's something I intend to do, yes. I just haven't gotten a chance to do anything with 4.7 yet due to other committments.

If you want to try downloading the 4.6 version, I'd be interested in seeing if it actually works (or if not, how badly it breaks) on 4.7.

-- doug

scott.r’s picture

My results going from administer > backup:

Fatal error: Call to undefined function: form_submit() in ... backup.module on line 94

drawk’s picture

With 4.7, I got:
Fatal error: Call to undefined function: form_hidden() in /home/.fuzzbutt/hohner/testbed.wholedish.com/drupal-4.7.3/modules/backup/backup.module on line 100

Didn't realize it was a 4.6 module when I downloaded it.

mdowsett’s picture

and does it backup you database as well?

dmuth’s picture

When it works properly, yes.

The module normally calls the mysqldump program, which spits out a copy of the database.

-- Doug

ron collins’s picture

StatusFileSize
new12.42 KB

i've updated the module to work with 4.7 and fixed a few issues. see the txt files for more info and (more than usual) use it at your own risk.

dmuth’s picture

Ah, thank you for uploading the file, as I can delete the copy from my inbox now. :-)

Just a general update on this issue, I have 4.7 running on my development box now. I've been busy dealing with upgrade-related bugs with other modules, but I suppose I could take some time off from that this weekend and update the module to work under 4.7...

-- Doug

dmuth’s picture

Status: Active » Fixed

Thanks to the conversion done by elraun, I've updated the module to support Drupal 4.7 and tested out the changes on my box.

The latest version is in CVS right now, and I tagged it for 4.7. If anyone finds any problems, please let me know!

Anonymous’s picture

Status: Fixed » Closed (fixed)