Note=->> I'm running Magento enterprise 1.7.1 and I'm searching for any possible way to upgrade this to 1.8, or straight to 1.10.
Currently, I have MANY custom modules w/accompanying SQL that should be run on a fresh install. Here's some things I've attempted:
First: I downloaded the 1.8 and copied all the files from it into my existing 1.7.1 build. I then replaced the local.xml, index.php, and .htaccess with my 1.7.1 build. I attempted to load the homepage, and it turned (computing for a while) then loaded a blank screen. I have nothing in the logs/ logging/ apache-error or php error logs. So, that didn't work.
Second: Accoding to many links, people use PEAR to perform the upgrade. However, they mention not using the system pear, but using the pear in Magento's root (There's also no pear in the root of the 1.10 I just downloaded or the 1.8). Well, I don't have a pear in Magento's root. I do have a pear in lib/PEAR/, but that doesn't seem to run at all:
lib/PEAR$ php ./PEAR.php mage-setup .
lib/PEAR$ php ./PEAR.php install magento-core/Mage_All_Latest
Nothing happens, just returns control to the shell.
There is zero documenation for performing a successful upgrade on Magento, and other posts on stackoverflow don't give me much hope:
- Magento Upgrade Path?
- http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/upgrade_using_magento_connect
- https://www.simplehelix.com/hosting/knowledgebase.php?action=displayarticle&id=55
^ Are pretty awful resources. Any help is appreciated.
No comments:
Post a Comment