Results 1 to 10 of 286

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    RixStix

    Have you tried 7zip on the website backup file?

    Skip
    • 446F63746F722057686F •

  2. #2
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by skipwater View Post
    Have you tried 7zip on the website backup file?
    Installed 7zip. Website files extract with quite a few filesize errors without identifying specific files. Not overly concerned about website files.
    BU Database only. files appear in 2 places according the screen after the BU is completed. Tried all compressions. Both locations 0MB files. That is not what I expected.

    Really glad I found this out when needed to restore BU sandbox files instead of really needing to restore the live site.

    Quitting time for now. Another look tomorrow.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #3
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    Thanks for checking it with 7zip.

    What it sounds like is that the script is over running the memory setting of php.

    If you can control php settings in your .htaccess file try these settings.

    php_value upload_max_filesize 30M
    php_value post_max_size 30M
    php_value max_execution_time 400
    php_value mysql.connect_timeout 240
    php_value memory_limit 1024M

    Skip
    • 446F63746F722057686F •

  4. #4
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by skipwater View Post
    Thanks for checking it with 7zip.

    What it sounds like is that the script is over running the memory setting of php.

    If you can control php settings in your .htaccess file try these settings.

    php_value upload_max_filesize 30M
    php_value post_max_size 30M
    php_value max_execution_time 400
    php_value mysql.connect_timeout 240
    php_value memory_limit 1024M

    Skip
    Will try tomorrow. Tnx
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  5. #5
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: BackUp ZC [Support Thread]

    Server didn't like that.

    What I did this morning:
    removed all log files.
    removed all email archives.
    Database size decreased from 42MB to 36.6MB

    Backup #1: DB: yes, filetype: gzip, Backup sql files only
    2 files created: *.sql in the admin/backup folder 4.29mb *.tgz in cache folder 889KB

    Backup #2: DB: yes, filetype: zip, Backup sql files only
    2 files created: *.sql in the admin/backup folder 42.57mb *.zip in cache folder 0b

    Backup #3: DB: yes, filetype: tar, backup sql files only
    2 files created: *.sql in the admin/backup folder 0b *.tar in the cache folder 0b

    PHP Version: 5.2.17 (Zend: 2.2.0) PHP Memory Limit: 128M PHP Safe Mode: Off
    PHP File Uploads: On Max Size: 32M POST Max Size: 8M
    Database Data Size: 36,570 kB Database Index Size: 6,914 kB

    Zencart: v1.5.1 installed in sandbox.
    DB upgraded from v1.3.9h
    v1.5.1 plugin installed using NEW install option
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  6. #6
    Join Date
    Apr 2009
    Location
    Portland, OR
    Posts
    106
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    I am using backup zc Version: 1.0.7,
    I got these error messages:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/1.0.1e-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_fcgid/2.3.6 Server at the4thmuse.com Port 80

    can anyone help me out!!!!
    Thanks
    Arwen

  7. #7
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    It works fine until recently. Two days ago, when I run it, there was nothing shown on screen and got a message in log file as "PHP Parse error: syntax error, unexpected '""' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in (... the path...)/backup_zconfig.php on line 69".
    zen-cart version: 1.5.1
    php version:5.4.25
    BackUp ZC version: 1.1

    guess it is a php version problem. Is anybody use it on php version 5.4.25 or higher?

  8. #8
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    510
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    The backup excludes files with XX in the button column. How can I include them?
    Attached Images Attached Images  

  9. #9
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    youradminfolder/backup_zconfig.php


    Code:
    // ***********************************************************************
      // Set default exclude directories
      // ***********************************************************************
      $exclude_files = array("".DIR_FS_CATALOG."cache",
      						 "".DIR_FS_CATALOG."extras",
      						 "".DIR_FS_CATALOG."pub"
      						 );

    Though you should just delete the extras folder anyway...not needed.
    the pub folder is only useful if your selling downloadables, as its the folder the symlink goes in for download waiting for the customer to download. So if your not selling downloadables you can delete the pub folder also.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 766
    Last Post: 18 Oct 2025, 11:23 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

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