Jump to content

Cannot install prestashop offline


davy_yg

Recommended Posts

Hello,

 

I am trying to install prestashop offline but it does not work yet.

 

Here is my setting.inc.php

<?php
define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'riverdem_prst1');
define('_DB_USER_', 'root');
define('_DB_PASSWD_', '');
define('_DB_PREFIX_', 'ps_');
define('_MYSQL_ENGINE_', 'InnoDB');

I wonder why it shows a blank white screen?

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