Page 14 of 29 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 286
  1. #131
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by skipwater View Post
    Mike
    Backup_ZC_v1.1 is only for Zen Cart Version: v1.5x (It is not backwards compatible) You will need to download the older version Version: 1.0.7 to use with Zen Cart v1.3.x

    Skip
    Many thanks Skip - you saved me having to reach for the valium

    Mike

  2. #132
    Join Date
    Jun 2012
    Posts
    41
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    I've read the whole support thread but I've not yet found a similar situation...

    I'm running my perfectly installed v1.0.7 version on my v1.3.9 Zen Cart installation and I'm continuosly reporting this problem:

    [25-Jun-2012 20:47:25] PHP Warning: set_time_limit() [<a href='function.set-time-limit'>function.set-time-limit</a>]: Cannot set time limit in safe mode in /home/.sites/148/site6/web/[_ADMIN_]/backup_zc.php on line 305

    The error repeats at line 189 if I also ask to backup the SQL files too...

    On those lines there is the following statement:

    set_time_limit(0); // set run for ever

    Since I cannot ask my ISP to change this for me, is there any workaround ? Is there any other way ?
    Does this prevent time outs of the script ? I'm not a programmer, even if I have a rough knowledge of such activity...

    Thank you for your appreciated help.
    mickymix
    Last edited by mickymix; 25 Jun 2012 at 07:51 PM. Reason: readability

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

    Default Re: BackUp ZC [Support Thread]

    You should not be running php in safe mode.
    If your host will not change this, then try and find a new host.
    There are workarounds google How to turn off safe mode with htaccess

    Skip
    • 446F63746F722057686F •

  4. #134
    Join Date
    Jun 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    ACK!!! I messed it all up!! I can't even log in to the admin. It doesn't even show up! How can I use the back up that I made?

  5. #135
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: BackUp ZC [Support Thread]

    What needs to be done to change the date format in the saved filename from mmddyyyy to yyyymmdd?

    eg from localhost_07042012-1703.zip to localhost_20120704-1703.zip.

    I know I can the filename manually but I wish it done by the software.

    Thanks

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

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by dw08gm View Post
    What needs to be done to change the date format in the saved filename from mmddyyyy to yyyymmdd?

    eg from localhost_07042012-1703.zip to localhost_20120704-1703.zip.

    I know I can the filename manually but I wish it done by the software.

    Thanks
    Open backup_zconfig.php on line 61 find
    Code:
      $file_name = $_SERVER['HTTP_HOST'].'_'.date("mdY-Hi"); // Create File Name
    Change to
    Code:
    $file_name = $_SERVER['HTTP_HOST'].'_'.date("Ymd-Hi"); // Create File Name
    Skip
    • 446F63746F722057686F •

  7. #137
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    120
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Thanks you sport this mod. I have a question about this one have backup database function. I don't see it has restore function also. If it has it should can upgrand system.

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

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by diytools View Post
    Thanks you sport this mod. I have a question about this one have backup database function. I don't see it has restore function also. If it has it should can upgrand system.
    Due to the limitations of php with mysql it comes down to the size of the sql file for restore. This limitation is different across all servers. There are many apps that can be used to restore the sql backup file. (phpMyAdmin for one and mysql itself).
    Plus it would add additional support with the restore function.

    Skip
    • 446F63746F722057686F •

  9. #139
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    120
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    My database over 1G, use phpmyadmin need 1000times restore. I don't have idea to do it.

  10. #140
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by diytools View Post
    My database over 1G, use phpmyadmin need 1000times restore. I don't have idea to do it.
    For large SQL imports you should use:
    SSH
    login host:your_username pw:your_password

    Command line for import mysql sql data file
    mysql -u (database_username) -p DatabaseName < path/DatabaseBackup.sql

    If you do not have access to SSH then your host provider must do it.

    For more information google

    Skip
    • 446F63746F722057686F •

 

 
Page 14 of 29 FirstFirst ... 4121314151624 ... 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