ubman Posted December 8, 2012 Share Posted December 8, 2012 (edited) Dear all. Please help! I have problem with moving prestashop site ( MYSITE) to online server (SERVER.COM) from local host ( WAMP) s I read many posts on this Forum tried solutions but I have not solved this problem. - I copied the web via FTP clint to my host , folder shop. - I export and import database via WAMP PHPADMIN and in server created new database then imported my SQL file. - I did changes in settings.inc.php ( define('_DB_SERVER_', 'mydomain.com'); define('_DB_TYPE_', 'mysql'); define('_DB_NAME_', 'prestashop'); define('_DB_USER_', 'myshop'); define('_DB_PASSWD_', 'abcd1234'); - I changed PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL (MYDOMAIN.COM) Result: - The BackOffice and Fronoffice doesn't work at all. Fatal error: Uncaught Table 'prestashop.prstshp_shop_url' doesn't exist<br /><br /><pre>SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM prstshp_shop_url su LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'www.xxxx.com' OR su.domain_ssl = 'www.xxxx.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(uri) DESC</pre> thrown inD:\INETPUB\VHOSTS\breeze.mn\httpdocs\prestashop\classes\db\Db.php on line 606 What to do? please help. Edited December 8, 2012 by ubman (see edit history) Link to comment Share on other sites More sharing options...
ubman Posted December 15, 2012 Author Share Posted December 15, 2012 Ok. No-one helps. I solve these issues my self. Thanks Link to comment Share on other sites More sharing options...
El Patron Posted December 15, 2012 Share Posted December 15, 2012 Ok. No-one helps. I solve these issues my self. Thanks good for you... Link to comment Share on other sites More sharing options...
teeboy007 Posted February 15, 2013 Share Posted February 15, 2013 (edited) Ok. No-one helps. I solve these issues my self. Thanks what was your solution?i have tried severally to move my prestashop folder from my local drive to my webserver and i can't when i open the settings.inc.php file from the server i can't locate define('_PS_BASE_URI_','/prestashop/'); i have a website and want to make my prestashop a sub-folder but i have not been able to do that. what's the solution plz Edited February 15, 2013 by teeboy007 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now