vadindot wrote: 3. Is it possible to have installations of both 2.06 and 2.64 attached to the same database so that I could work with the same surveys and data if I wanted?
I'm using this trick without problem since the first 2.5 version...
Currently I run a "dual installation" with 2.6 & 2.64 latest versions without any kind of issue...
Note that if you install a 2.64 after the 2.06, the database will be automatically upgraded to the last db version...
Here please find a copy of my 2 /application/versions.php files:
for 2.06/2.6:
Code:
$config['versionnumber'] = "2.6.4";
$config['dbversionnumber'] = 184;
$config['buildnumber'] = 'SondagesPro 1.5.2';
$config['updatable'] = false;
for 2.64:
Code:
$config['versionnumber'] = '2.64.7';
$config['dbversionnumber'] = 261;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['assetsversionnumber'] = '2647';
/application/config.php files are strictly the same for both installations
Note that templates (names) have to be available in both instances... (BTW ok for "default" theme)