Hello,
I'm trying to install oxwall 1.2.6 on a cpanel host, after I enter correct database information and click on install , the generated config file look likes below which seems to be wrong :
[code]
<?php
define('OW_URL_HOME', '{$site_url}');
define('OW_DB_HOST', '');
define('OW_DB_PORT', null);
define('OW_DB_USER', '{$db_user}');
define('OW_DB_PASSWORD', '{$db_password}');
define('OW_DB_NAME', '{$db_name}');
define('OW_DB_PREFIX', '{$db_prefix}');
...
[/code]
I don't know why the variables are not replaced with correct parameters.
Any help would be appreciated !