Issue 426: qubit installer does not allow user to change server address
http://code.google.com/p/qubit-toolkit/issues/detail?id=426

Comment #3 by mathieu.fortin:
Just FYI, this is the quick change I made to install it in my instance.

I was thinking of simply adding a parse to see if there was a server added  
or not,
but I guess a separate box would be nicer for display (although adding more
"complexity" for the uncertain user).

Index: plugins/sfInstallPlugin/lib/sfInstall.class.php
===================================================================
--- plugins/sfInstallPlugin/lib/sfInstall.class.php     (revision 1352)
+++ plugins/sfInstallPlugin/lib/sfInstall.class.php     (working copy)
@@ -475,8 +475,8 @@
        $dsn .= $usernameAndPassword.'@';
      }

-    $dsn .= 'localhost/'.$databaseName;
-
+    //$dsn .= 'localhost/'.$databaseName;
+    $dsn .=$databaseName;
      $dispatcher = sfContext::getInstance()->getEventDispatcher();
      $formatter = new sfAnsiColorFormatter;





-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/qubit-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to