thank you for the time and info.
I have a ticket into them with this info , I think I have a basic idea of what might be happening. they insist I should use the path
/usr/bib/mysqldump
I'll see what they say,
thanks
thank you for the time and info.
I have a ticket into them with this info , I think I have a basic idea of what might be happening. they insist I should use the path
/usr/bib/mysqldump
I'll see what they say,
thanks
Mach
If you learn by making mistakes, then I'm learning a hell of a lot.
Http://octagonwebworks.com
lol ... they're right ... you "should" use that path.
It would seem that the command-line environment they're offering you doesn't allow that.
However, try this for kicks...
1. open the backup_mysql screen
2. click on Backup
3. edit the URL and add this to the end of it:...and press EnterCode:&debug=ON
4. now click the backup button on the sidebox
Post the debug info from the top of the screen here.... without your passwords of course.
.
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.
Checking Path: /usr/bin/
COMMAND FILES SELECTED:
mysqlexe="/usr/bin/mysql"
mysqldumpexe="/usr/bin/mysqldump"
COMMAND: "/usr/bin/mysqldump" "--host=localhost" "--user=xuserx" "--password=xpwdx" --opt --complete-insert "--result-file=/home/xxx/public_html/adminxxxxx/backups/db_xdbx-20060904201447.sql" xdbx 2>&1
Result code: 127
valueA:
valueB:
ERROR: Could not locate the MYSQLDUMP backup utility. BACKUP FAILED.
Mach
If you learn by making mistakes, then I'm learning a hell of a lot.
Http://octagonwebworks.com
Okay ... the tool is attempting to run the binary from the prescribed location, but the PHP security settings for chroot are preventing it from happening as required.
It's all up to your host now ...
.
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.
Originally Posted by DrByte
Thank you very much! Now I know what to show them and tell them.
Mach
If you learn by making mistakes, then I'm learning a hell of a lot.
Http://octagonwebworks.com
maybe they are working on it, because now I get this:
PHP-Disabled-functions: ini_alter,system,passthru,shell_exec,leak,listen,chgrp,apache_setenv,define_sysl og_variables,openlog,syslog,ftp_exec
Mach
If you learn by making mistakes, then I'm learning a hell of a lot.
Http://octagonwebworks.com
If that message is being displayed by the backup_mysql, note that sometimes it's a misnomer ... there's a tiny error in the logic that displays the message, in that it doesn't always detect only what it's supposed to.
You're only concerned if "exec" is disabled. "shell_exec" is not used by this script, so is not a problem. Thus, if "exec" itself is not listed, you should be able to run it (assuming the host has fixed everything else properly too)
.
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.
well, they haven't fixed anything yet. they say they need a way to execute the scripts to produce the error on their end. I am relunctant to give them an admin user name and password, but maybe I should. It's not that I don't trust them.....but my customers details are in there.
Mach
If you learn by making mistakes, then I'm learning a hell of a lot.
Http://octagonwebworks.com
you could set up a demo site for them, with the backup addon installed ...
.
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.
Dr. Byte,
I can't thank you enough! Because of you I sounded like I almost knew what i was talking about and they didn't just blame it on a third party script and looked into it and fixed it.
Thank you. They haven't told me what the problem was though, I asked, and I bet they installed the exec_dir patch on php to chroot requests to binaries and didn't have the permissions set right, like you said.
Thats what i told them i thought the problem was anyway.
Thanks a bunch!
Mach
If you learn by making mistakes, then I'm learning a hell of a lot.
Http://octagonwebworks.com