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?