What is the name of modules/files I should look for? I checked the module/custom/ directories on both old and new site and they both have the same number of files.
What is the name of modules/files I should look for? I checked the module/custom/ directories on both old and new site and they both have the same number of files.
Were these just copied over??I checked the module/custom/ directories on both old and new site and they both have the same number of files.
Or did you merge them where needed?
Check them all against the change log
Merge the customizations into the new file if there is a new file
Sorry, I'm still not clear on which files to work. Below is the latest chang log. Can you direct me on which file to look pertaining to my issue?
NOTE:
For a listing of What's New in this release, please see the whatsnew_1.3.9h.html file in the /docs folder.
You may also see the list in the support forum here.
The following is a list of FILE/FOLDER changes:
Changed Files (since release of v1.3.9g)
/admin/attributes_controller.php
/admin/coupon_restrict.php
/admin/developers_toolkit.php
/admin/options_name_manager.php
/admin/options_values_manager.php
/admin/option_name.php
/admin/option_values.php
/admin/password_forgotten.php
/admin/products_to_categories.php
/admin/specials.php
/admin/store_manager.php
/admin/includes/auto_loaders/config.core.php (in 1.3.9h just removes the lines added in 1.3.9g)
/admin/includes/classes/upload.php
/admin/includes/functions/general.php
/admin/includes/functions/extra_functions/add_cookie_path_switch.php (NEW in v1.3.9h)
/admin/includes/init_includes/init_sanitize.php (contents updated to explain that this file can now be deleted as of v1.3.9h)
/admin/includes/init_includes/init_sessions.php
/admin/includes/modules/document_general/collect_info.php
/admin/includes/modules/document_product/collect_info.php
/admin/includes/modules/product/collect_info.php
/admin/includes/modules/product/preview_info.php
/admin/includes/modules/product_free_shipping/collect_info.php
/admin/includes/modules/product_free_shipping/preview_info.php
/admin/includes/modules/product_music/collect_info.php
/admin/includes/modules/product_music/preview_info.php
/docs/ <VARIOUS FILES HERE>
/editors/htmlarea/htmlarea.js
/includes/version.php
/includes/classes/shopping_cart.php
/includes/init_includes/init_sessions.php
/includes/modules/pages/account_password/header_php.php
/includes/modules/pages/checkout_shipping/header_php.php
/includes/modules/pages/shopping_cart/header_php.php
/includes/modules/payment/paypal/paypal_curl.php
/includes/modules/payment/authorizenet_aim.php
/includes/modules/payment/linkpoint_api.php
/includes/modules/payment/paypaldp.php
/includes/modules/payment/paypalwpp.php
/ipn_main_handler.php
/zc_install/ ... assume *all* of /zc_install/ has changed
NOTE the deletions and additions listed below ...
Deleted Files (since release of v1.3.9a/b/c/d/e/f/g)
/admin/includes/init_includes/init_sanitize.php (was added in 1.3.9g, but now can be deleted in v1.3.9h)
/admin/includes/languages/english/cache.php (deleted in 1.3.9g)
/admin/includes/functions/gzip_compression.php (deleted in 1.3.9f)
/includes/functions/gzip_compression.php (deleted in 1.3.9f)
New Files (since release of v1.3.9a/b/c/d/e/f/g)
/admin/alert_page.php (added in 1.3.9g)
/admin/includes/functions/extra_functions/add_cookie_path_switch.php (NEW in v1.3.9h)
/admin/includes/init_includes/init_sanitize.php (was added in 1.3.9g, but now can be deleted in v1.3.9h)
/admin/includes/languages/english/alert_page.php (added in 1.3.9g)
Moved Files (since release of v1.3.9a/b/c/d/e/f)
None
I'm still not clear on which files to work
Every file that you have overidden in your template folders
You can not pick and choose
You will need to compile a list starting at your current version to the version you are upgrading to and list the files changed between each version into a single list
Each version has a change log
i.e. List of files changed from 1.3.8a to 1.3.9h
Then by diffing(comparing) those files with your "Custom files" and performing the necessary merging you should end up with a working "updated" set of custom template files
but wouldn't that include system files that should not be merged?
Don't know what you mean by "system files"but wouldn't that include system files that should not be merged?
If you have them in a folder named for your template then it needs checking
If you have add ons that have altered core files and there is a new version of that file
You need to check if the mod has an updated version - but if not and the file has been changed between versions - incorporate those customizations into the new file
OK. Am I missing Image Handler 2 module? Is this what allows multiple images to be uploaded?
Would it be easier if I just reinstall this module or diff the version is the only way? I prefer the least painful path. =)
No as I stated earlier, 2 main images is some custom codeOK. Am I missing Image Handler 2 module? Is this what allows multiple images to be uploaded?
I actually done a diff before between 1.3.8 and 1.3.9h but the prob it found so many changes I weren't sure which file merge. What's the rule for merging? Do I just merge all files that I see that are different? Do I merge from left to right (1.3.8 to 1.3.9)?