Page 19 of 29 FirstFirst ... 91718192021 ... LastLast
Results 181 to 190 of 286
  1. #181
    Join Date
    Mar 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Thank you, I'll have her try this. They are product files - she has a digital media store, so there are files saved with each product in the store.

    Thank you!
    Tracy

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

    Default Re: BackUp ZC [Support Thread]

    Hi,

    I've been using this precious addon for more than 6 months with great "success" till last week...

    I don't know what happened (even if I've isolated potential problems and while I'm almost sure they're not really involved) but since last week I'm not anymore able to get a SAFE ZIP file IF I choose to download it from the web page, while I can get a perfect ZIP backup file if I choose to park it for some minutes on the server...

    This second option anyway is just a test, as the needed backup is bigger than the amount of space I've available: I've just limited the amount of files and room in my tests, to be able to track down the problem.

    Also, the corrupted file seems really corrupted, as I cannot get anything from it with Windows, WinRAR or 7ZIP... :-(

    Running on ZC v1.3.9h
    OS Server: Linux
    Database: MySQL 5.0.95
    Versione PHP: 5.2.10 (Zend: 2.2.0)
    PHP Memory Limit: 112M
    PHP Safe Mode: Off
    Browser: Firefox v19.0.2

    The only modifications I applied since the last backup till facing the problems are:
    - MySQL collation unification to UTF8 as described here Changing The Charset in Zen Cart 1.3.9 to utf-8 (which cannot be UN-DONE !)
    - Added Google Merchant Center v1.12.4 from Community Contributions

    Also, I've noticed that the first time I tried to make a backup and got this problem I found this error in the /cache folder:
    [07-Mar-2013 20:45:08] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /-myadmin-/backup_zc_download.php on line 230

    This error did not appear anymore during the many tests I run, while it appeared again this morning on my latest test:
    [12-Mar-2013 11:27:04] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /-myadmin-/backup_zc_download.php on line 230

    Does anyone have a rough idea of what I should do/try/test next ?

    Thanks a lot.
    Last edited by mickymix; 12 Mar 2013 at 12:01 PM. Reason: readability
    ABANDONED PROJECT

  3. #183
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: BackUp ZC [Support Thread]

    Has anyone here have/used this mod together with the backup_mysql mod, that latter of which also has a restore function, both in zc150+.

    Any known conflicts?

    Can a db backup created with zc_backup be restored using the backup_mysql mod?

    Thanks

  4. #184
    Join Date
    Jun 2012
    Posts
    41
    Plugin Contributions
    0

    help question Re: BackUp ZC [Support Thread]

    Dear All,

    I think I've found the problem, but at this point I really don't know how to handle it correctly...

    I've tried to optically compare the two files I got in different modes (see two messages above) with Notes and here is what I've found:

    Click image for larger version. 

Name:	OnServer.jpg 
Views:	52 
Size:	83.2 KB 
ID:	12129
    This is the one I've created on the server and downloaded later, the one I can correctly open...

    Click image for larger version. 

Name:	Download.jpg 
Views:	55 
Size:	81.1 KB 
ID:	12130
    And this is the one I downloaded from the BackUp ZC webpage...

    I guess I made some errors with collation changes to UTF-8 in within the website...

    Just a quick opinion: since 99% of the changes involved the DB and only 1% PHP files, do you think this might be related to some DB contents, or is BackUp ZC completely indipendent from the DB contents (as I guess) ?

    Thank you...
    Last edited by mickymix; 12 Mar 2013 at 08:32 PM. Reason: image privacy concerns
    ABANDONED PROJECT

  5. #185
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: BackUp ZC [Support Thread]

    This second option anyway is just a test, as the needed backup is bigger than the amount of space I've available: I've just limited the amount of files and room in my tests, to be able to track down the problem.
    The error you are getting is due to the limited drive space you have.

    When you request a DB backup BackUp ZC stores a copy of the DB in YOURADMIN/backups. You should check that folder and delete any old DB backup files that you do not need. That might free up enough space on your drive.

    Skip
    • 446F63746F722057686F •

  6. #186
    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
    Has anyone here have/used this mod together with the backup_mysql mod, that latter of which also has a restore function, both in zc150+.

    Any known conflicts?

    Can a db backup created with zc_backup be restored using the backup_mysql mod?

    Thanks
    ZC Backup creates a sql file so any utility that can import a sql file into your DB will work.

    Skip
    • 446F63746F722057686F •

  7. #187
    Join Date
    Jun 2012
    Posts
    41
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by skipwater View Post
    The error you are getting is due to the limited drive space you have.

    When you request a DB backup BackUp ZC stores a copy of the DB in YOURADMIN/backups. You should check that folder and delete any old DB backup files that you do not need. That might free up enough space on your drive.

    Skip
    Hi Skip,
    thank you for your precious hint, but...

    Are you referring to the corrupted files problem, or to the two logs I've found in the /cache folder ?

    The available disk space problem is something I'm aware of (and contantly keeping track of), but this was something I already knew and it's not my specific case: each time I run a backup I simply get the DB in /admin/backups too by hand and delete it from the server (which is always clean of old unused files...), as I only recently discovered that the DB backup is also included in the main file prepared by Backup ZC...

    So my problem was not there... (I also got this same confirmation from my hosting, which momentarly raised my available drive and memory space, just for my testing purpouses).

    I believe the main reason of my problems is reported in post #184, just two posts later...
    But at the moment I do not have any clue on where to put my hands...

    :-( :-( :-(
    ABANDONED PROJECT

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

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by mickymix View Post
    Hi Skip,

    I believe the main reason of my problems is reported in post #184, just two posts later...
    But at the moment I do not have any clue on where to put my hands...

    :-( :-( :-(
    Your error [12-Mar-2013 11:27:04] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /-myadmin-/backup_zc_download.php on line 230 comes from the $exclude_files settings. The $exclude_files setting is in YOURADMIN/backup_zconfig.php. Check to see if you are listing a folder that dose not exists on your server.

    Skip
    • 446F63746F722057686F •

  9. #189
    Join Date
    Jun 2012
    Posts
    41
    Plugin Contributions
    0

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by mickymix View Post
    Also, I've noticed that the first time I tried to make a backup and got this problem I found this error in the /cache folder:
    [07-Mar-2013 20:45:08] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /-myadmin-/backup_zc_download.php on line 230
    Quote Originally Posted by skipwater View Post
    Your error [12-Mar-2013 11:27:04] PHP Warning: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /-myadmin-/backup_zc_download.php on line 230 comes from the $exclude_files settings. The $exclude_files setting is in YOURADMIN/backup_zconfig.php. Check to see if you are listing a folder that dose not exists on your server.
    Skip,
    thank you for your explaination of this "part of the problem", which, as I said in my message is quite marginal to the main problem (I just entered it for the sake of precision, guessing it could be a side-problem...).

    Do you have an idea of what the problem could be ???

    Might this line in the <>head<> section of the page be the problem ?

    <meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta>

    ABANDONED PROJECT

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

    Default Re: BackUp ZC [Support Thread]

    Quote Originally Posted by mickymix View Post
    Skip,
    thank you for your explaination of this "part of the problem", which, as I said in my message is quite marginal to the main problem (I just entered it for the sake of precision, guessing it could be a side-problem...).

    Do you have an idea of what the problem could be ???

    Might this line in the <>head<> section of the page be the problem ?

    <meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta>

    The type of the files have no bearing on how ZC Backup stores the files.

    In your admin Configuration->GZip Compression check that it is set to 0 = off.

    Skip
    • 446F63746F722057686F •

 

 
Page 19 of 29 FirstFirst ... 91718192021 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 761
    Last Post: 15 Mar 2025, 02:00 PM
  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