Quote:
Originally Posted by jdsinclair
Just bumping this, if you can point me in the right direction of where I am going wrong here that would be great.
Thanks,
jd.
|
I've noticed problems with this particular code on a couple systems yesterday, will be updated soon.
1. open mysqlbackup.php
2. find $this->OPTIONS = unserialize(stripslashes($this->OPTIONS['data']));
3. replace it with :
$this->OPTIONS = unserialize($this->OPTIONS['data']);
See if u still get the fetch database options problem anymore.