Jump to content

CSS problem after moving my prestashop from Host to Local environment


Recommended Posts

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

post-1102580-0-12337800-1443374946_thumb.png

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

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

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

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