
Ben Hall - 2007-12-10 03:02:48
Hi, no idea if anyone is still checking in here, but I found this class while looking for some db abstracted PHP backup solutions. I've downloaded it, and the class stuff that it is dependent on, and put in my db details etc, and when I run the example, I get:
Fatal error: Call to undefined method MySQLDB::get_dblink() in /blah/backup/class.MySQL.DB.php on line 239
THe function get_dblink() is nowhere to be found in the files relating to SQL Backup or any of the files that it depends on, and it's certainly not a member function of the sql backup class.
Am I missing something obvious?