... polite bump, perhaps I posted in the wrong place.
... polite bump, perhaps I posted in the wrong place.
It seems it doesn't like the way quotes are used around the command parameters.
On line 134 of /admin/backup_mysql.php you should find:You could try removing these characters: //REQUIRES TESTING:PHP Code:// remove " marks in parameters for friendlier IIS support
//REQUIRES TESTING: if (strstr($toolfilename,'.exe')) $dump_params = str_replace('"','',$dump_params);
so that you're left with:Then test the process again.PHP Code:// remove " marks in parameters for friendlier IIS support
if (strstr($toolfilename,'.exe')) $dump_params = str_replace('"','',$dump_params);
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks for the quick answer.
The file /admin/backup_mysql.php contains something else on line 134, and no reference to IIs (also checked the file from the current download area just now, v1.2.10).
I'll have a look at the code to see if I can work it out anyway, but if you have an updated version it would be great to have a go at that.