- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2017
10:28 PM
07-12-2017
10:28 PM
at first i have issues, then i made this solutions
- delete this magento_all_lates.txt in ./pkginfo if upgrade is error
- when error is already exist, comment this under this file downloader\lib\Mage\Connect\Validator.php
if (file_exists($dest)) { $this->addError("'{$file}' already exists"); return false; }
but now i have two more errors which i cant find solutions
CONNECT ERROR: Package 'Lib_Google_Checkout' is invalid
Empty package contents section
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2017
08:38 AM
07-13-2017
08:38 AM
Hi @butching,
I'm not completely sure right now but I remember something about MagentoConnect and the 1.9.3 upgrade process.
I guess you can try 2 things:
- Maintain your current version and apply all the patches.
- Override all your Magento files manually.
In both cases please make a backup and try on a dev environment first.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2017
08:38 AM
07-13-2017
08:38 AM
Hi @butching,
I'm not completely sure right now but I remember something about MagentoConnect and the 1.9.3 upgrade process.
I guess you can try 2 things:
- Maintain your current version and apply all the patches.
- Override all your Magento files manually.
In both cases please make a backup and try on a dev environment first.