Page 10 of 29 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 286
  1. #91
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by PinkLeopard View Post
    Skip, just an quick note to thank you for such a great addon. Worked for me the first time. You are brilliant!
    Thanks for the kind words.

    Skip
    • 446F63746F722057686F •

  2. #92
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Not sure why but 'BackUp ZenCart' does not appear in my Tools menu in the admin. I've double checked and the all files are uploaded. Is there an sql patch file that I missed or...???
    Thank you,
    autoace

  3. #93
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by autoace View Post
    Not sure why but 'BackUp ZenCart' does not appear in my Tools menu in the admin. I've double checked and the all files are uploaded. Is there an sql patch file that I missed or...???
    I double checked to make sure I uploaded to my the correct folder for my admin and I did.... not sure what do do....
    Thank you,
    autoace

  4. #94
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by autoace View Post
    I double checked to make sure I uploaded to my the correct folder for my admin and I did.... not sure what do do....
    Sorry, my fault, its fixed now. Great contribution.
    Thank you,
    autoace

  5. #95
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    When I select Back up I get warning message:

    WARNING: You have entered /home/nohart/public_html/extras in backup_zconfig.php as a EXCLUDED directory BUT it DOES NOT EXIST on your system.

    WARNING: You have entered /home/nohart/public_html/pub in backup_zconfig.php as a EXCLUDED directory BUT it DOES NOT EXIST on your system.

    How do I correct this or deselect this it seems to be hard codded.

    I noticed that this sort of selection is in the included pictures in the zip file also?

  6. #96
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by nohart View Post
    When I select Back up I get warning message:

    WARNING: You have entered /home/nohart/public_html/extras in backup_zconfig.php as a EXCLUDED directory BUT it DOES NOT EXIST on your system.

    WARNING: You have entered /home/nohart/public_html/pub in backup_zconfig.php as a EXCLUDED directory BUT it DOES NOT EXIST on your system.

    How do I correct this or deselect this it seems to be hard codded.

    I noticed that this sort of selection is in the included pictures in the zip file also?
    Open backup_zconfig.php and edit:
    Code:
      */
      // ***********************************************************************
      // Set default exclude directories
      // ***********************************************************************
      $exclude_files = array("".DIR_FS_CATALOG."cache",
      			"".DIR_FS_CATALOG."extras",
      			"".DIR_FS_CATALOG."pub"
      			);
    To look like this:
    Code:
      */
      // ***********************************************************************
      // Set default exclude directories
      // ***********************************************************************
      $exclude_files = array("".DIR_FS_CATALOG."cache",
      			"".DIR_FS_CATALOG."pub"
      			);
    That will remove the extra folder from the exclude list.

    Skip
    • 446F63746F722057686F •

  7. #97
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Ok that worked but I still get an error for:

    Excluded /home/nohart/public_html/cache 1.84 MB XX

    I guess I have to remove that reference also?

    Is this an error in the file included or is this a file structure error on my end?

  8. #98
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by nohart View Post
    Ok that worked but I still get an error for:

    Excluded /home/nohart/public_html/cache 1.84 MB XX

    I guess I have to remove that reference also?

    Is this an error in the file included or is this a file structure error on my end?
    You need the cache folder. Zen Cart and ZC Backup use this folder.

    That means ZC Backup will not add the cache folder to the archive file.

    Skip
    • 446F63746F722057686F •

  9. #99
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Ok I deleted the other line also. Looks ok now with no errors shown at the top of the page any more.

    I dont even understand why this line(s) is in the file due that these folders dont even exist in the folder structure. I am running Zen Cart v1.3.9h

    Any way maybe the author will revise & or correct the future version...

    Thank you so much for the help!

  10. #100
    Join Date
    Jan 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    I installed this on an unmodified ZC v1.3.9h, MySQL 5.0.51a, PHP Version: 5.2.4 on an Apache server.

    I have set php.ini to allow 1024M of memory and I have set the zip compression to as high as 9 and the memory limit in the config to as high as 1000M. I have set permissions on both cache and backups to 777. I excluded the images folder and a complete site size is less than 20M. My database is 4.7M

    I only ever get a blank screen, regardless of settings: single directory or full site, sql on or off, download or not.

    No files are created in the backups folder at all - just a plain blank screen for the response.

    Any ideas?

 

 
Page 10 of 29 FirstFirst ... 8910111220 ... LastLast

Similar Threads

  1. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 743
    Last Post: 30 Mar 2024, 02:26 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  4. v151 Ship2Pay Support thread
    By Design75 in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 5 Nov 2019, 01:14 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR