Index: install/step_templates/fix_paths.tpl =================================================================== --- install/step_templates/fix_paths.tpl (revision 13377) +++ install/step_templates/fix_paths.tpl (working copy) @@ -2,7 +2,7 @@ $config_vars = Array ('Site_Path', 'Site_Name', 'Backup_Path'); $sql = 'SELECT Prompt, VariableName - FROM ' . TABLE_PREFIX . 'ConfigurationAdmin + FROM ' . TABLE_PREFIX . 'ConfigurationValues WHERE VariableName IN ("' . implode('","', $config_vars) . '")'; $config_labels = $this->Conn->GetCol($sql, 'VariableName');