Ajeh:
You did of course backup the site and database before doing anything ...
And then you went through all of the steps to get ready to attempt the upgrade of your database using a test database and test directory not missing any of these steps ... and feel free to toss in additional safeties you may have forgotten ... or I may have left out in posting this ...
1 make a new database
2 make a new username and password
3 attach the new username and password to the database
4 make a new directory
5 load the new Zen Cart v1.3.6 into the new directory
6 load copies of your
/includes/configure.php
/admin/includes/configure.php
7 edit the files to reflect the new path and new database, username and password
8 you did check to see that your database name, username and password did not exceed any limits on your server
9 you did check if you were using prefixes on your database table names and set them the same ...
10 you did try to delete the whole new directory before making repeated attempts to upload files that might be bad incase of permission issues allowing you to overwrite bad, corrupt or missing files
11 backup the database for the old site and load into the new database before attempting to upgrade
I have a CRON job back up the database each night
What I wanted to do was to start with a clean new store that used an exact copy of my live data, and I was going to redesign the whole shebang (while my old store stayed live) -- then once I was sure I was good to go with the new store -- I was going to again make a copy of the database (to catch the changes in the couple of days I took to redesign the store with a clean sheet of paper) of the 1.3.0.2 store and upgrade it in the directory of the 1.3.6 store I redid -- and then make that store the live store.
so in answer to your questions:
- Yes -- same database name with 136 appended to the name (IE: if the live store database was mystore the new database would be mystore136)
- No -- In cPanel, I I assigned the same user/password to the new databse. My understanding is that the same user can maintain multiple databases
- Yes/No -- Attached the old user/password to the new database in Cpanel
- Yes -- the live store is estore and the new directory was catalog
- Yes -- many times to make sure a file didn't get lost in the sauce
- Yes
- Yes -- check every line of both configs of two different days
- The database name is 10 characters long
- Yes -- hosting prefixes are correct. I have 30 sites and maybe 40 databases -- so I'm pretty familiar with this
- Doing that now
- Yes
Furthermore -- I renamed both of the configure.php files, rename both the dist-configure.php to just configure.php and tried a new install -- and got the same install screen without any options to install or upgrade.
I have now deleted the entire /catalog/ directory and have created a new directory called /speedshop/ (we're a racecar shop) and I'm in the process of uploading the whole encilada up to that directory to try again tomorrow.