1) The LimeSurvey database connection | | The LimeSurvey and the Drupal sites are sharing the same hosting server The database connection has succeeded. The 'surveys' database table of the LimeSurvey site has been successfully found. |
| - The LimeSurvey database connection informations must be appended into the sites/default/settings.php Drupal file, as the $databases['ls']['default'] variable, replacing each data ('driver', 'database', 'username', 'password', 'host') by the correct value from the config.php LimeSurvey file.
- Concerning the LimeSurvey database prefix value, you can find it opening the config.php file stored into your LimeSurvey site folder (it is the $dbprefix variable value).
- Note that if you host your LimeSurvey site and your Drupal site on the same database, you have to choose distinct prefix.
- If the 'survey' database table is not found : make sure if you have correctly installed the LimeSurvey software and set the right database prefix.
- This step requires write permissions to sites/default/settings.php. If you are unsure how to grant file permissions, consult the online handbook.
|
3) Softwares synchronized on time | | Your Drupal site and your LimeSurvey site are synchronized. |
second
| Your LimeSurvey site and your Drupal site must be synchronized, the server times and timezone settings taken into account.- You should make sure your Drupal default timezone setting is correctly set.
- Note : on Daylight Saving Time changes, you may need to edit your Drupal and LimeSurvey timezones values.
The default value for the LimeSurvey Time difference setting is 1 hour. |