Jump to content

problem in moving prestashop from local to host


Recommended Posts

hi

i have a problem in moving prestashop 1.6 from localhost to livehost.

i do this steps:

1- compress prestashop files to zip file in localhost

2- export prestashop database in localhost to a sql file.

3- move myprestashop zip file to public html in live host via filezilla

4- extract zip file in live host and path is: public_html/all prestashop folder and files

5- went to mysqldatabases in cpanel and create database prestashop and user and import prestashop.sql that created in localhost. then add user to database with all privilegs.

6- edit settings.php:

<?php
define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'db name in live host');
define('_DB_USER_', 'db user in live host');
define('_DB_PASSWD_', 'pass user in live host');
define('_PS_VERSION_', '1.6.0.5');

and...

7- in livehost database change tables: ps_configuration and ps_shop url

shop url table info:

domain=http://www.marmonix-uae.com

domain_ssl=http://www.marmonix-uae.com

physical_uri=/prestashop/

virtual_uri=''

 

ps_configuration table changes:

PS_SHOP_DOMAIN=http://www.marmonix-uae.com

PS_SHOP_DOMAIN_SSL=http://www.marmonix-uae.com

i think do all steps completely but when i go to adminpanel of myprestashop in live host havent any problem and it open very good but when i have to view myshop this not appear.

when i go to address:http://www.marmonix-uae.com it redirect to:

                          http://www.http.com//www.marmonix-uae.com/prestashop/index.php?

can anyone help me?

note:

when i go to myadmin panel in live host this message appearder:

"You are currently connected under the following domain name marmonix-uae.com
This is different from the domain name set in the "SEO & URLs" tab. If this is your main domain, please change it now."
 

Link to comment
Share on other sites

  • 9 months later...

Hy,

I did not opened another topic because my problem is related to this, I hope that's no problem.

So, I moved my website, www.vestit.eu, from one host to another. I followed the above steps and it works like a charm.

My problem now is that the website it's loading very slowly, I have to wait 20 seconds sometimes for the first page or any other page.

Smarty is configured accordingly to prestashop rules.

Do you have any hints? I did not talk with the hosting yet, they are from my town and they have their own servers (high quality service), so I supposed the problem is from Prestashop.

Thanks a lot!!

Edited by bolanuandrei (see edit history)
Link to comment
Share on other sites

The hosting is ROHOST.COM. They are using their own servers, with redundance, ECC Memory and good processors. Comparing to the others, the price also "shows the quality" :).

Regarding to the third-party services, yes I use. I use FanCourier (local courier) and the theme modules (Templatin). I also have another 3rd-party modules but they are disabled.

Should I reset them?

 

Thanks!!! Have a nice day

Link to comment
Share on other sites

  • 2 weeks later...

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...