Quote Originally Posted by justin2010 View Post
Ski,
My second question is about Go Daddy. I do have another account on Go Daddy running zen-cart 1.3.9h. I read your post #30 and compared with the files I download (version 1.0.6). I found out they are different. Perhaps 1.0.6 is already ready for Go Daddy or am I missing something?

I wonder anyone else tried this mod on a Go Daddy account and how it works? I knew the zen-cart developers do NOT recommend Go Daddy, but I also know many users are on Go Daddy including myself.

Again, thank you for this great work. It saves me a lot of time and trouble to backup. If it also works on Go Daddy, that would be greater!
I glad it worked for you.

As for go daddy I did not try to fix the 1.06 code to work on go daddy because I have no testing bed.

The simple reason it would not work is because go daddy has a folder owned by root in each web sites tree. And I used RecursiveIteratorIterator to get the ZC file tree and it dose not like it when the user has no rights to a folder. I have added an error for this Directory [%s] contained a directory we can not recurse into.
If you install 1.06 on go daddy and get the error then you have to edit the code as shown in your post #30

Skip