Hi I can't import a remote-server site to an Acquia Dev Desktop.
I have a copy of my remote server, files and folders from public_html and down.
I have a sql-backup file in the .sql format.
***************
STEP A)
***************
***************
In the "sites/" - I see two folders
all
default
and a example.settings.php file
***************
I went into the default-folder
There I find two files
- a default.settings.php I did'nt change.
- a settings.php file I did change
***************
I made the following changes to the settings.php file
At line
180 I deleted:
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'theoriginaldbname,
'username' => 'theoriginaldbusername,
'password' => 'theoriginalpw',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => 'dr_',
),
),
);
and wrote:
$databases = array ();
***************
at line 212 I emptied the salt:
$drupal_hash_salt = '3tcoaji3p3su96hefdfdfdfdfvg5d8exfqap2sr2im';
to
$drupal_hash_salt = '';
***************
***************
STEP B)
***************
At the end of the settings file I added
///////////////