Totally Zenned
- Join Date:
- Feb 2011
- Posts:
- 686
- Plugin Contributions:
- 0
Updrade problem.
http://www.zen-cart.com/content.php?148
3. TestingWhen I enter the address for the new folder that contains all the files that I uploaded I get this:
Make a NEW database to install the new version of Zen Cart® into. Done
If the last backup you made of your data is older than the last order that might have been processed or customer registration, make a fresh database backup.
Restore your database from the backup in step #1 earlier into your NEW database just created.Done. imported structure via phpMyadmin.
If your /zen_new folder doesn't have "/includes/configure.php" and "/admin/includes/configure.php" files, copy them from your old store folder. Done. copied along with all of the files from my local host to the webserver.
EDIT your "/zen_new/includes/configure.php" file and ensure that the DIR_FS_CATALOG and DIR_WS_CATALOG and DIR_FS_SQL_CACHE (and other path settings too) correctly match your NEW directory structure on the server. Done...and I'm 99% sure I got it right.
EDIT your "/zen_new/includes/configure.php" file and ensure that your DATABASE_NAME matches your NEW database. Also verify database username and password in case that information has changed. Save this file, and be sure to upload it as part of the next step: Done..well same as above.
Upload the files from your modified "new version" (created in step 2) to your server, into an alternate folder, perhaps called "/store_new". Done. All files from localhost FTP'd to new folder on my hosts server
Run /zc_install/index.php and choose "Upgrade" when prompted. (Don't select "Install", or you will overwrite your database.) (If "Upgrade" is not offered, then the installer was unable to connect to your database to confirm what version its structure is at. Check your configure.php settings.) And here is where I'm running into a problem.
Not FoundThe folder is most certainly there. the root directory is complete and I'm looking at zc_install/index.php in the directory structure......
The requested URL /NEWFOLDER/zc_install/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
So where did I screw-up?
I thought my syntax in the URL bar might be wrong but I've tried darn near everything.
www. my_site.com / home/ CUSTOMFOLDERNAME / CUSTOMFOLDERNAME_NEW_ZC / zc_install / index.php
www. my_site.com / CUSTOMFOLDERNAME_NEW_ZC / zc_install/index.php
Still getting the same error.
I currently have my site in a maintenace mode so I don't have to make yet another back-up of my DB.