-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(NFC) CRM-19606 : provide help text for providing mysql port info #9354
Conversation
---------------------------------------- * CRM-19606: Provide help text in installer to provide mysql port, if mysql is running on different port https://issues.civicrm.org/jira/browse/CRM-19606
Can one of the admins verify this patch? |
jenkins, ok to test |
This seems to be creating a little mess on the installation page. Can we add |
@@ -98,6 +98,7 @@ | |||
<h4><?php echo ts('CiviCRM Database Settings'); ?></h4> | |||
<p style="margin-left: 2em" id="mysql_credentials"> | |||
<label for="mysql_server"> <span><?php echo ts('MySQL server:'); ?></span> <input id="mysql_server" type="text" name="mysql[server]" value="<?php echo $databaseConfig['server']; ?>" /></label> <br /> | |||
<span><?php echo ts('If your mysql server is running on other port then default 3306, provide server info as server:port (i.e. localhost:1234) ') ?> </span> </br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the message should be (If your mysql server is running on a port other than default 3306, provide server info as a server:port (i.e. localhost:1234))
. Note the typo then**. Also we need to remove above <br>
tag to display this inline to db textbox.
---------------------------------------- * CRM-19606: Provide help text in installer to provide mysql port, if mysql is running on different port https://issues.civicrm.org/jira/browse/CRM-19606
Congrats @sharique for your first PR :) |
Can one of the admins verify this patch? |
@monishdeb Thanks. Hopefully more to come. |
I'm new to Civicrm, starting with a small patch.
https://issues.civicrm.org/jira/browse/CRM-19606