ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: siteup on July 18, 2004, 12:49:06 am
-
Just updated LM to 1.77b. I'm trying to write a backup file of my db right now. When I click the 'Write Backup File' button, the page quickly refreshes but no file is written. I think this worked before the upgrade.
-
There seems to be a bug in the mysql detection process on some servers.
Try setting the $sqlpath variable in config.php to different paths, most common:
$sqlpath = '/usr/bin/';
or
$sqlpath = '/usr/local/bin/';
or
$sqlpath = '/usr/local/mysql/bin/';
-
Hi,
Yep, that fixed it for me, thanks 8)
-
not sure if the latest version have added the more path for backup..
"Try setting the $sqlpath variable in config.php to different paths, most common:
$sqlpath = '/usr/bin/';
$sqlpath = '/usr/local/bin/';
$sqlpath = '/usr/local/mysql/bin/'; "
If haven't, just add into it in future released, to make it more perfect for user that buy in future and having same problem :lol:
-
Does anyone know if this has been fixed in the latest release?
Thanks,
Andrew
-
Andrew, the latest distribution files should have the latest detection code. It may need to be improved further.
Regards
-
Just a quick note about my experience a while back I tried to move my db over to another server with the backup then restore and some stuff was missing (like follow up sequences, minor stuff only).
It worked best for me just to copy the mysql DB on the server that way everything came over. This was a while back so maybe it's better in the newer versions...
-
I just finished some code for the update that checks the backup file to make sure no tables are missing. It also uses a new loop to extract each table individually so that not as much is happening with each command (which is probably what causes the loss of data).
Regards!
-
Dean that's great! Back up is key- Thanks for looking into this.
Andrew