Hello
I'm using drupal 7 .I've got an older limesurvey database which i'm importing.
When i'm using the synchroniszation module's for drupal ,I've got some errors.
The context:
I've got an older database importing from my older host.
But when i used the synchronization module drupal i've got a problem.
It say my settings are not correct.
$databases = array(
'driver' => 'your_LimeSurvey_driver',
'database' => 'your_LimeSurvey_database_name',
'username' => 'your_LimeSurvey_database_username',
'password' => 'your_LimeSurvey_database_user_password',
'host' => 'your_LimeSurvey_host'
'prefix' => 'lime_' [or another value]
'collation' => 'utf8_general_ci' [or another value]
i replace all theses stuff below by the new value from the new domain.
My old prefix database to limesurvey was the same:lime_
Why?
My drupal's database was installed with no prefix.The only prefix used if for limesurvey and it was the same as the older.
Thanks for your replies.