Installation stuck at step 2 of 2: database configuration

Hello,

I’m installing suite crm 7.7.6 on my local ubuntu server with PHP 7.0. I’ve created the database and granted all privileges to the user via mysql terminal.

After solving some php modules missing reported by Suite crm, in the next screen I entered the database informaition and when pressing next it seems to do nothing. Only the following warning appearsin the footer of the screen.

Warning: Declaration of SugarEmailAddress::save($id, $module, $new_addrs = Array, $primary = '', $replyTo = '', $invalid = '', $optOut = '', $in_workflow = false) should be compatible with SugarBean::save($check_notify = false) in /var/www/suitecrm/include/SugarEmailAddress/SugarEmailAddress.php on line 0

I find it strange that you went into MySQL to create application and grant privileges; the SuiteCRM installer would do this for you.

Perhaps you can try

  • rechecking your Linux permissions
  • deleting the database from MySQL (assuming this is a fresh install, and that you don’t have any data)
  • rerun the installer