Without knowing where it's halting and why, it's hard to isolate things enough to know what to even ask them to look into.
There's nothing elaborate about the process. I can't think of anything that would cause the problem ... other than maybe they've got a REALLY short time limit on how long PHP scripts are allowed to run, or how long MySQL connections are allowed to last. And that would probably cause lots of problems in numerous other places on the site.
.
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.
I finally was able to re-install on my test server after getting locked out by a bad password so I'm onto the step of moving the installation over to the client's 1&1 hosting account. The first part of this tutorial involves installing a clean ZC on the new server, which obviously I cannot do. So, I'm following from step 3 onward. I notice that it says not to overwrite the config files but since I don't have any config files from a successful clean install, I presume I will upload them but then edit them with the correct values for the client's server?
If you don't have configure.php files already, and the database is new (you said you're moving to a new hosting account, so presumably the db is empty, so nothing to lose by replacing its tables), then simply run zc_install to create the correct configure.php files for this server. Then import the db data just like you would do when moving between servers. https://www.zen-cart.com/content.php...fferent-server
.
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.
Right, but the whole point of this was that the install wouldn't complete on the 1&1 host so I ran it on another server. :)
As it turned out, I was easily able to simply edit the config files with the right server and db info and that worked fine and I now have a working v.1.5.5 clean install shop on that server.
Now to actually do all steps to recreate the client's live store into the newer version! :)