but it states that i should go to “x” file and change “x” but I dont know where the file is located, the guy states:
1. Open default/template/catalog/product/view/media.phtml. <<<<This isn’t an actual directory?? Where does he mean? :(
2. On line 54 find the delete the ‘width’ and ‘height’ attributes in the <img> tag.
3. On the same line (54), find:
You may also need to edit table core_config_data on your live server and change the rows
web/unsecure/base_url
and
web/unsecure/base_url
to reflect your new domain name
because i made the new database, imported the existing database and then installed magento, i told it the domain in the installation. everything seems to work ok. I am editing things and learning to edit other parts of the frontend now as well.
Sherrie does it again. I love your posts, very simple and straight forward answers.
I have no issues with Magento except SEO but when i do Sherrie pops up and gives the solution.
I’m sure that running the installer works, as sherrie says. However, I just moved two Magento sites to new servers without having to run the installer again - and it was very easy.
Here’s all I did:
1. Backed up the entire database on the old server to a .sql file
2. Imported the .sql file through phpMyAdmin to the new database
3. After the import, browse the core_config_data table, and change the secure and unsecure base_url settings to the new server
4. Backed up all the files off the old server (used tar -cvf site.tar *)
5. Untarred the .tar file on the new server
6. Edit the /app/etc/local.xml file to the new database server and credentials.
And that was it! Everything works perfectly.
IMPORTANT EDIT!!! - While these steps do give you a working site - I have found that the magento connect manager does not work. I tried doing a find and replace in all the files in the /downloader/ directory to replace the old server paths, but that still didn’t work. So, I do not recommend doing this. Stick with running the installer as sherrie explained. I am going to try that - and hopefully it resolves this issue.
The only solution that I have found to work is this: Do a complete fresh install. You can keep your database, just remove all of the Magento files, and upload a fresh copy, run the install, and then do the whole re-installation of the Magento Connect Manager.
Everything is working perfectly now. It is nice that a new install doesn’t require a fresh new database, and that it won’t overwrite your data, but it is a pain in the hind end to have to do a fresh install to move Magento to a different server.
I’m about to move my Magento cart from localhost development to an online server… Is running the installer still the best method (as mentioned in this thread ) for moving a Magento cart? Or is there an updated way/official Magento directions on doing this?