Mufdo Posted September 27, 2015 Share Posted September 27, 2015 (edited) Hello, when I move my prestashop 1.6.0.11 from Host to local environment (database and the web site) everything is running perfectly but there is no CSS. The site look like very simple. no image, no logo, no style, no color...only textbox, button and simple text style !!! Please help me on this issue . Tanks in advance http://127.0.0.1/prestashop_16011/admin123 Look at this image below to see the problem Edited September 27, 2015 by botchan (see edit history) Link to comment Share on other sites More sharing options...
PhilCorleone Posted September 28, 2015 Share Posted September 28, 2015 turn error reporting to True in defines.inc file in the config folder and you will find why it is doing that is the admin page at the bottom. I would suspect that it is a permission issue. What is the webserver you had on your server? Apache? What is the local webserver? IIS? Appserv? Link to comment Share on other sites More sharing options...
musicmaster Posted September 28, 2015 Share Posted September 28, 2015 Go to phmyadmin and change in the database the directories mentioned in the ps_shop_url table. Link to comment Share on other sites More sharing options...
Mufdo Posted September 28, 2015 Author Share Posted September 28, 2015 defines.inc file ok changed to true if (_PS_MODE_DEV_ === true){ @ini_set('display_errors', 'on'); @error_reporting(E_ALL | E_STRICT); define('_PS_DEBUG_SQL_', true);}else{ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', false);} I have wamp server on my pc windows 7 pro ....message in the admin page at the bottom. --- I didn't find the message +++++++++++++++++++++++ Ok thank....but I have to put localhost or 127.0.0.1 I tried 127.0.0.1and doesn't resolve my issue. I added a Theme on this prestahop website . +++++++++++ still the problem ...please help Link to comment Share on other sites More sharing options...
musicmaster Posted September 28, 2015 Share Posted September 28, 2015 Looks like you don't know what a database is. Maybe you should ask some expert in your neighborhood. Link to comment Share on other sites More sharing options...
presta4you.com Posted September 28, 2015 Share Posted September 28, 2015 You must change links in ps_shop_url. domain - this is your domain physical_uri - this is your folder in server Link to comment Share on other sites More sharing options...
Mufdo Posted September 30, 2015 Author Share Posted September 30, 2015 Problem Solved !!! it was the ps_shop_url table : set the the "\name_of_your_folder\" = "physical_uri" C:\wamp\www\name_of_your_folder\ domain_ssl = 127.0.0.1 domain = 127.0.01 Thank you musicmaster , presta4you.com and PhilCorleone 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