Try the Demo

Magento

eCommerce Software for Online Growth

Magento Forum

Our new hosted solution for small & emerging businesses
   
Page 3 of 3
move magento from local server to live server w/out fresh install
 
otzstzzn
Mentor
 
Total Posts:  1071
Joined:  2009-07-13
 

Thank you very much !

 Signature 

Never touch a running system !

Magento 1.5.1.0. BLANK THEME | Mac OSX 10.68 | Safari 5.05 | Firefox 5.0

 
Magento Community Magento Community
Magento Community
Magento Community
 
jontas
Member
 
Total Posts:  34
Joined:  2009-11-16
 

There was a question about MagentoConnect.

I have used the command “./pear mage-setup .” (using ssh from the installed dir) and then MagentoConnect worked for me.

Another thing that is important to do if you are copying the whole dir (or copying over an old version) is to clear the var/cache folder.

Hope this helps someone wink

 Signature 

My misc Magento tips, tricks, hacks etc

 
Magento Community Magento Community
Magento Community
Magento Community
 
John.J
Jr. Member
 
Total Posts:  8
Joined:  2010-01-18
 
Damián Culotta - 01 January 2009 04:04 PM

If you want to move your installation form directory or domain, you need to follow this setps.

1) Delete the content of the folder /var

2) Change the values of the file /app/etc/local.xml
There you can find your connection string data (database user, host and name).

3) Once you got your database uploaded, you need to make some changes.

- Run this query:

SELECT FROM core_config_data WHERE path 'web/unsecure/base_url' OR path 'web/secure/base_url';

You gonna get something like this:

+-----------+---------+----------+-----------------------+--------------------------------------+
config_id scope   scope_id path                  value                                |
+-----------+---------+----------+-----------------------+--------------------------------------+
|         
| default |        web/unsecure/base_url http://www.tudominio.com.ar/magento/ |
|         | default |        web/secure/base_url   http://www.tudominio.com.ar/magento/ |
+-----------+---------+----------+-----------------------+--------------------------------------+

- Now, change that values for your new url.

UPDATE core_config_data SET value 'http://www.tudominio.com.ar/' WHERE path LIKE 'web/%/base_url';

If you run the first query, now you gonna get something like this:

+-----------+---------+----------+-----------------------+------------------------------+
config_id scope   scope_id path                  value                        |
+-----------+---------+----------+-----------------------+------------------------------+
|         
| default |        web/unsecure/base_url http://www.tudominio.com.ar/ |
|         | default |        web/secure/base_url   http://www.tudominio.com.ar/ |
+-----------+---------+----------+-----------------------+------------------------------+

That’s all.
Of ocurse, the url’s that I’ve used are just examples.

wink

In Magento 1.3.2.4, you may simply change the above url setting by going to backend panel : System -> Configuration -> Web (tab).
This will be easier than modify database.  (Making sure you are able to login to backend admin panel)

 
Magento Community Magento Community
Magento Community
Magento Community
 
John.J
Jr. Member
 
Total Posts:  8
Joined:  2010-01-18
 
Damián Culotta - 01 January 2009 04:04 PM

If you want to move your installation form directory or domain, you need to follow this setps.

1) Delete the content of the folder /var

2) Change the values of the file /app/etc/local.xml
There you can find your connection string data (database user, host and name).

3) Once you got your database uploaded, you need to make some changes.

- Run this query:

SELECT FROM core_config_data WHERE path 'web/unsecure/base_url' OR path 'web/secure/base_url';

You gonna get something like this:

+-----------+---------+----------+-----------------------+--------------------------------------+
config_id scope   scope_id path                  value                                |
+-----------+---------+----------+-----------------------+--------------------------------------+
|         
| default |        web/unsecure/base_url http://www.tudominio.com.ar/magento/ |
|         | default |        web/secure/base_url   http://www.tudominio.com.ar/magento/ |
+-----------+---------+----------+-----------------------+--------------------------------------+

.........


wink

In Magento 1.3.2.4, you may simply change the above url setting by going to backend panel : System -> Configuration -> Web (tab).
This will be easier than modify database.  (Making sure you are able to login to backend admin panel)

 
Magento Community Magento Community
Magento Community
Magento Community
 
Paulmobba
Jr. Member
 
Total Posts:  17
Joined:  2010-03-10
 

Could anyone tell me if it is possible to create my site locally and then upload it to my server as I have a Site which is currently functioning but I need to updae it with a Magento site ?

Thanks
Canvas Prints

 Signature 

SEO LTD

 
Magento Community Magento Community
Magento Community
Magento Community
 
Brent W Peterson
Moderator
 
Avatar
Total Posts:  3117
Joined:  2009-02-26
Minneapolis MN
 

Paul, of course this is possible and recommended! The first part of this post describes how you can update your site after you upload.

I will make one more comment, remember to delete your cache directory after you change URLs

Brent

 Signature 

Brent W. Peterson
Chief Magento Evangelist at Wagento.com a Magento Silver Partner
==========
Follow me on Twitter @brentwpeterson

**Always remember to backup before trying anything new

 
Magento Community Magento Community
Magento Community
Magento Community
 
betacom
Jr. Member
 
Total Posts:  16
Joined:  2008-10-12
 

Hello everyone, this post that I added, might be useful for you - thanks

Link: http://www.magentocommerce.com/boards/viewthread/193489/#t238652

 
Magento Community Magento Community
Magento Community
Magento Community
 
kamaljoshi
Member
 
Avatar
Total Posts:  42
Joined:  2011-01-11
Ahmedabad
 

Hi,
If your frontend works properly but not backend, after changing database server,Please read this thread,
http://www.magentocommerce.com/boards/viewthread/8430/P45/
I have got that issue thx to dichan, i have solved it.

REGARDS,
KAMAL

 Signature 

Everything happens to me is just beacuse of me!!!:coolhmm:

My Blog

 
Magento Community Magento Community
Magento Community
Magento Community
 
jermo9924
Jr. Member
 
Total Posts:  4
Joined:  2010-12-27
 

This may help

http://www.magentocommerce.com/boards/viewthread/221238/

 
Magento Community Magento Community
Magento Community
Magento Community
 
arunadevkar
Jr. Member
 
Total Posts:  1
Joined:  2011-08-23
 

Hi,

Thanks a lot for this great work..
This is very helpful grin

 
Magento Community Magento Community
Magento Community
Magento Community
 
Quantum2012
Jr. Member
 
Total Posts:  5
Joined:  2012-02-08
 

Hi there,

I’m dealing with the migration of one of my website, I tried to transfer it from my local host to an online web dev platform on 1&1;. So I followed those post to do so :

http://www.magentocommerce.com/boards/viewthread/27272/P0/ (this one)
http://www.magentocommerce.com/boards/viewthread/193489/P15/

But when I tried to access to the front end, I got this error message :

Exception printing is disabled by default for security reasons.

Error log record number: 2084006460

How can I enableit ? I can’t access to the the backside neither ..
Thanks for your help

 
Magento Community Magento Community
Magento Community
Magento Community
 
larsjuulmadsen
Jr. Member
 
Avatar
Total Posts:  30
Joined:  2011-07-29
Copenhagen, Denmark
 

Thanks for the useful comments in this thread. Saved me a lot of time.

 Signature 

Lars Juul Madsen
Blog: http://www.larsjuulmadsen.dk
Ekomposit: Komposit, Glasfiber & Kulfiber

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 3 of 3
 
© Copyright Magento Inc.
Privacy Policy|Terms of Service
Magento Community Count
819302 users|1419 users currently online|519452 forum posts