Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Göteborg
    Posts
    126
    Plugin Contributions
    0

    Default Backup MYSQL Plugin can't find executable

    ... polite bump, perhaps I posted in the wrong place.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: SQL export mod on Win2k can't find executable

    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:
    PHP Code:
            // remove " marks in parameters for friendlier IIS support
    //REQUIRES TESTING:        if (strstr($toolfilename,'.exe')) $dump_params = str_replace('"','',$dump_params); 
    You could try removing these characters: //REQUIRES TESTING:
    so that you're left with:
    PHP Code:
            // remove " marks in parameters for friendlier IIS support
           
    if (strstr($toolfilename,'.exe')) $dump_params str_replace('"','',$dump_params); 
    Then test the process again.
    .

    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.

  3. #3
    Join Date
    Apr 2006
    Location
    Göteborg
    Posts
    126
    Plugin Contributions
    0

    Default Re: SQL export mod on Win2k can't find executable

    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.

 

 

Similar Threads

  1. Birthday mod I can't find it
    By mrmarcus66 in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 6 Sep 2009, 03:49 PM
  2. I can't find a old Mod
    By bradlawson in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Apr 2007, 09:53 PM
  3. Replies: 3
    Last Post: 28 May 2006, 09:00 AM
  4. where can I find an patch or mod that I can put in my admin panel so I can actually e
    By cyber1store in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 May 2006, 06:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg