2

I can't get past the install page (/wp-admin/admin.php?page=civicrm-install). The installer prepopulates to my WordPress DB settings and won't take the CiviCRM DB settings I put in. I input the MySQL server, username, password and DB settings and hit the Re-check Requirements button and it fails. Below it shows the Database details, not with the data I input in the fields above but rather with the original WordPress DB server and database.

Is there any way to change the "default" values that the page is coming up with or install without using the installer? I didn't find any tricks around this problem. This is a WordPress Multisite network installed on AWS (Ubuntu 14.04/WP 4.6.1/CiviCRM 4.7.11). enter image description here

1 Answer 1

1

There is an issue in the installer for 4.7. I created https://issues.civicrm.org/jira/browse/CRM-19279 to track the issue. With Christian's help I created a PR - https://github.com/civicrm/civicrm-core/pull/9029 I have tested this locally and on one of our test sites and it works.

I'd appreciate any testing that can be done with this to make it a merge candidate.

1
  • After making the changes in the install file (and removing the +'s and -'s by each line) it accepted my DB configuration changes and installed like as expected. Thank you Kevin!
    – Erik
    Commented Sep 14, 2016 at 15:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.