Ok, now the situation is this:
- in the FTP there are all the files from the template (jf_creativia-30-quickstart)
- new empty DB (ex: joomladb)
- new user for the DB (ex: new_user) that login correctly from phpMyAdmin's control panel
If I start the installation, the error is always the same:
Could not connet with MySql
I've modify the configuration.php inside the primary template folder, setting up:
public $db = ‘joomladb;
public $dbprefix = 'cgjm_'; (leave it as it was from JoomFreak)
public $host = 'host_from_my_hosting_provider';
public $password = ‘new_user_password’;
public $user = ‘new_user’;
What I miss?
Something wrong?
Thank you all....