Page 28 of 29 FirstFirst ... 1826272829 LastLast
Results 271 to 280 of 286
  1. #271
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    barco57,

    Thanks for your reply. I want to be sure I understand your reply.

    I do sell downloads. Could you explain why 'PUB' is in both pieces of code and Extras should not be backed up?

    I want to better understand.

    There is two sections of code that look like PUB duplicated.

    Here is the code in the

    // ***********************************************************************
    // Note each directroy or file name must be surrounded with double quotes
    // and a single comma with no space separating each.
    // DIR_FS_CATALOG = Zen Carts root files system path you must use this and
    // just add the directory you want excluded.
    // Rember that directories names are case sensitive!
    // ***********************************************************************
    /* Sample Exclude
    $exclude_files = array("".DIR_FS_CATALOG."cache",
    "".DIR_FS_CATALOG."pub",
    "".DIR_FS_CATALOG."admin",
    "".DIR_FS_CATALOG."download"
    );


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


    // ***********************************************************************
    Last edited by jodean; 24 Jun 2015 at 01:46 PM. Reason: Spelling error

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

    Default Re: BackUp ZC [Support Thread]

    The first section is a commented out example of setting up exclusions.
    extras is just a folder of troubleshooting tools that should be removed on a production site, nothing ever changes in there.
    If you sell downloads you could backup pub, but things in there change all the time, symlinks get added and removed, and you would never want too restore the pub folder in its entirety because you would add symlinks back in for stuff that was already downloaded by the client. Unless your storing other stuff in the pub folder (tsk, tsk).
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #273
    Join Date
    May 2011
    Location
    Tennessee
    Posts
    377
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    This may sound like a very basic question but here it is.

    How do i restore the database from the SQL file created by Backup_ZC?
    Last edited by jodean; 25 Jun 2015 at 04:22 PM. Reason: Spelling

  4. #274
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Hi Zen Cart Experts
    I am running BackUp Zc version 1.1 on Zen Cart 1.54. Here is my problem: I have a live store in my root directory and a test store in another sub directory on the same server using different databases. Using the BackUp ZC in the test store there are absolutely no problems, mod works like a charm and very fast. On the live store in the root directory, first in runs very sloooooooowly. At this time I can do an sql backup and I can do a admins directory backup even if it does do it slowly. I can not however do an includes directory backup or a complete backup. It just times out and gives a 500 error.
    The includes backup is for 8.07MB and the complete backup is for about the same. As a matter of fact the file sizes for the downloads on the test store and the live store are about the same. As I said the test store backup goes lickety split for a complete backup and the live site one just crawls, eventually does either or sql backup or a admin directory backup but not a includes directory or full backup, just times out. Followed all the suggestions in this thread about eliminating directories, increasing the timeout time etc, etc, etc. Any Ideas or suggestions?
    Need further information just ask.

  5. #275
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by fjbern1943 View Post
    Hi Zen Cart Experts
    I am running BackUp Zc version 1.1 on Zen Cart 1.54. Here is my problem: I have a live store in my root directory and a test store in another sub directory on the same server using different databases. Using the BackUp ZC in the test store there are absolutely no problems, mod works like a charm and very fast. On the live store in the root directory, first in runs very sloooooooowly. At this time I can do an sql backup and I can do a admins directory backup even if it does do it slowly. I can not however do an includes directory backup or a complete backup. It just times out and gives a 500 error.
    The includes backup is for 8.07MB and the complete backup is for about the same. As a matter of fact the file sizes for the downloads on the test store and the live store are about the same. As I said the test store backup goes lickety split for a complete backup and the live site one just crawls, eventually does either or sql backup or a admin directory backup but not a includes directory or full backup, just times out. Followed all the suggestions in this thread about eliminating directories, increasing the timeout time etc, etc, etc. Any Ideas or suggestions?
    Need further information just ask.
    One of my clients has the exact same problem. Works great on the test store but on main site getting Internal Server Error.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #276
    Join Date
    May 2012
    Posts
    105
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    I follow the steps upload all the files to the position you mention. but cannot see in the Admin->Tools. is anyother thing I missed
    my zencart is ver 1.5

  7. #277
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by soso838 View Post
    my zencart is ver 1.5
    Which 1.5.x do you have?
    .

    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.

  8. #278
    Join Date
    May 2012
    Posts
    105
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    I follow the steps upload all the files to the position you mention. but cannot see in the Admin->Tools. is anyother thing I missed
    my zencart is ver 1.54

  9. #279
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Hi DrByte

    It looks like that this plugin isn't compatible with PHP7. PHP7 has quitted mysql_connect. Could you update it? Thanks.
    Last edited by su35; 6 May 2016 at 01:29 AM.

  10. #280
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by su35 View Post
    Hi DrByte

    It looks like that this plugin isn't compatible with PHP7. PHP7 has quitted mysql_connect. Could you update it? Thanks.
    Hmmm. I never use this plugin. I do use the "Backup MySQL" plugin though, and it's PHP7 compatible ... but only does MySQL backups, not PHP files.
    .

    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.

 

 
Page 28 of 29 FirstFirst ... 1826272829 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