Jump to content

324 ERROR after migration from server to localhost


Recommended Posts

Hi everybody,

I'm a new user here and I'm trying to understand how to make things work.

I need to modify some features of a website done with Prestashop 1.4.9, so I downloaded it in my machine, I've exported the database, and I've create a localproject, following the thounsands of tutorial about migrating a prestashop website.

The steps are always the same:

- download with filezilla

- DB backup

- new project in local server

- import database

- modify config/setting.inc.php

 

In order to make things work, I need to update the database too. In fact, there are some data, such as the domain name, or the ssl, that need to be set to "localhost".

 

After that, there are no more php errors, or connection errors. 

 

Just a 324 error_empty_response.

 

I've already flushed the cache and created the .htaccess file, but the 324 error is still there.

 

I have no idea of what is going on.

 

I'm so desperate and frustrated. If anyone could tell me something, or just tell me "hey, you can find your solution in this other topic!!", it would be great.

 

Thank you very much.

Link to comment
Share on other sites

the __PS_BASE_URI__ in the config/setting.inc.php is set to the folder that contains all the project, like "/projectFolder/"..I use xampp and i have htdocs with different projects in it..one folder for each project..one of these folders is the one set in __PS_BASE_URI__

PS_SHOP_DOMAIN is "localhost", without "/"..also PS_SHOP_DOMAIN_SSL is set to "localhost"

Link to comment
Share on other sites

×
×
  • Create New...