Hi,

I get the following warnings at the "Database configuration" when installing the distribution. Have tried it with 7.x-1.0-beta2 and -dev.

•Warning: array_merge() [function.array-merge]: Argument #2 is not an array in drupal_check_profile() (line 1165 of ...\includes\install.inc).
•Warning: array_merge() [function.array-merge]: Argument #1 is not an array in drupal_check_profile() (line 1165 of ...\includes\install.inc).

With Drupal 7.15 and PHP 5.3.x or PHP 5.4.x (MySQL or MSSQL).

Is it because of the new version of Drupal? Which version should i use?

Krgds Thorsten

Comments

thorsten.’s picture

In addition I get around 20 "Strict warning" messages when the "Install profile" is done (on the "Configure site"):

Strict warning: Declaration of openlayers_behavior_attribution::options_form() should be compatible with that of openlayers_behavior::options_form() in ctools_plugin_load_includes() (line 468 of ...\profiles\datapublic\modules\ctools\includes\plugins.inc).

Strict warning: Declaration of openlayers_behavior_boxselect::options_form() should be compatible with that of openlayers_behavior::options_form() in ctools_plugin_load_includes() (line 468 of ...\profiles\datapublic\modules\ctools\includes\plugins.inc).

and so on ...

Strict warning: Declaration of openlayers_layer_type_yahoo::options_form() should be compatible with that of openlayers_layer_type::options_form() in ctools_plugin_load_includes() (line 468 of ...\profiles\datapublic\modules\ctools\includes\plugins.inc).

Should I update some modules beforehand?

Krgds Thorsten

mgifford’s picture

I got these errors on http://localhost/install.php?profile=datapublic&locale=en&op=start&id=1 on my Mac:

    Warning: array_merge(): Argument #2 is not an array in drupal_check_profile() (line 1175 of /datapublic/drupal/includes/install.inc).
    Warning: array_merge(): Argument #1 is not an array in drupal_check_profile() (line 1175 of /datapublic/drupal/includes/install.inc).
    Notice: Undefined index: media_internet in install_profile_modules() (line 1365 of /datapublic/drupal/includes/install.core.inc).
    Notice: Trying to get property of non-object in install_profile_modules() (line 1365 of /datapublic/drupal/includes/install.core.inc).
    Notice: Undefined index: media_internet in install_profile_modules() (line 1373 of /datapublic/drupal/includes/install.core.inc).
    Notice: Trying to get property of non-object in install_profile_modules() (line 1373 of /datapublic/drupal/includes/install.core.inc).

I then got this error:
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://localhost/install.php?profile=datapublic&locale=en&id=1&op=do StatusText: Internal Server Error ResponseText:

After wiping out the database, I'm still not able to get it to work.

Not sure if this is a problem with the build or not, but drush make didn't produce any errors.

Would like to experiment with this distro.