Jump to content

[SOLVED] moving shop to a other web hoster/server


Recommended Posts

thx

i actually did what you said in a other thread:

 

1. Copying all files inside your web account through FTP

2. Copying your local PrestaShop database's data to your online database

3. Editing your setting.inc.php file

You seem to have completed the steps 1. & 2. successfully.

So only the last step is an obstacle to your online shop.

 

1. Inside the /config/setting.inc.php file you should change your PS_BASE_URI to "/" because you uploaded the PrestaShop files on the root of your web space (it is not anymore located in the folder "shop" which was on your local machine)

2. DB_NAME should be yuda01_myshop

3. DB_USER should be admin

4. Finally DB_PASSWD should be admin01

 

that looks like that now:

<?php

define('_DB_SERVER_', 'ns1.webhostingpad.com');

define('_DB_TYPE_', 'MySQL');

define('_DB_NAME_', 'pvlrtyjh_DB870981');

define('_DB_USER_', 'admin');

define('_DB_PASSWD_', 'admin01');

define('_DB_PREFIX_', 'ps_');

define('_MYSQL_ENGINE_', 'InnoDB');

define('__PS_BASE_URI__', '/');

define('_PS_CACHING_SYSTEM_', 'MCached');

define('_PS_CACHE_ENABLED_', '0');

define('_MEDIA_SERVER_1_', '');

define('_MEDIA_SERVER_2_', '');

define('_MEDIA_SERVER_3_', '');

define('_THEME_NAME_', 'prestashop');

?>

is this ok?

whats to do next?

Link to comment
Share on other sites

Hi superbikecoach,

Before I consider accessing your FTP on my end, I ask that you try two things first:

 

Per Troy's post above, many hosting companies can help do it for you, so you may want to look into this. Additionally, I would ask that you try one more time from scratch to do the transfer based on the directions we've posted to see if maybe following it from the start step by step helps you out.

 

-Mike

Link to comment
Share on other sites

ok, i'll try. thx

please stay tuned

Hi superbikecoach,

Before I consider accessing your FTP on my end, I ask that you try two things first:

 

Per Troy's post above, many hosting companies can help do it for you, so you may want to look into this. Additionally, I would ask that you try one more time from scratch to do the transfer based on the directions we've posted to see if maybe following it from the start step by step helps you out.

 

-Mike

 

mike

 

i tried everything... can't make it work.

at least i have the back office run now.

 

i was really hoping you have a look at this mess. I'd appreciate that

 

let me know and tell me what you need.

Link to comment
Share on other sites

  • 2 weeks later...

oh my god, it was so messed up and frustrating that i really don't get it together. i had some great people here helping me on that. thx to everybody!

 

i just have a tiny (hopefully) problem...

i installed the presta alternative theme. i didn't like it and changed to the standard theme again. all good so far, only the banner and those links in the header from the alternative theme were left behind.

i can't figure out how to get rid of this.

 

may you know

Link to comment
Share on other sites

Hi superbikecoach,

Unfortunately, you will have to post this question in a separate thread in order to get help on this issue. I know it may seem a little strange, but we do this to make it easier for other people having this issue to search for their problem and find a solution without it being buried in a thread about something completely different. If you can go ahead and post a new topic, I'll see what we can do.

 

-Mike

Link to comment
Share on other sites

So now you've got your help, care to share your solution back to the community? Seems a good idea to share for anyone thats been following the thread, no?

 

superbikecoach,

Per the rules of the PrestaShop forums, please post your solution here to help others who may be having this solution. If someone else helped you fix it, please ask them to explain what they did to fix it.

 

-Mike

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...