Jump to content

Migrating Prestashop


Recommended Posts

Hi,

I am having problems when I try to migrate Prestashop from our test server to our live server.

Both servers are identical in every way

I copied both the files and the database across.

When I try to view the shop webpage, i get the favicon but nothing else (Blank page)

When I go into the admin section, I can log in and view/change everything.


Any ideas what might be causing this?

Thanks,
Watman10

Link to comment
Share on other sites

Open your config/config.inc.php and change:

@ini_set('display_errors', 'off');


to

@ini_set('display_errors', 'on');


Refresh the page and see what errors it gives you.
Most probably you've forgotten to set the correct CHMOD to folders after moving files.

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