Closed (fixed)
Project:
LimeSurvey Sync
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 13:30 UTC
Updated:
9 May 2014 at 00:47 UTC
Jump to comment: Most recent
Comments
Comment #1
thedut commentedHi zaml
It is a limitation of the Drupal6 Database abstraction layer : You can not connect to distinct databases type during an unique script execution.
Your Drupal site uses mysqli
and your LimeSurvey site uses mysql.
--> Set the same database type for both sites : it should works.
Note : the next Drupal 6 release of my module already implements a warning message in this situation.
The Drupal 7 version of my module will not meet this limitation.
Comment #2
thedut commentedNext versions are availables :
- The Drupal 6 version throws a warning message if both database systems are not equal.
- The drupal 7 version can connect to 2 distinct database systems.
You can download them on
http://drupal.org/project/limesurvey_sync
Comment #3
drumm