Installation errors. I can install this profile with the following modifications

  • PHP Fatal error: Call to undefined function locale_reset() in /var/www/cforge/profiles/cforge/cforge.install on line 523
    Solved with if ( module_exists('locale') ){ locale_reset();}
  • Warning: implode(): Invalid arguments passed in cforge_reset() (line 2096 of /var/www/cforge/profiles/cforge/cforge.install).
    Without problem, installation not crash
  • Notice: Undefined index: use text format mcapiform_string_format in user_role_grant_permissions() (line 3074 of /var/www/cforge/modules/user/user.module).
    SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null
    'use text format mcapiform_string_format' => 'filter',//assumed mcapi_forms is installed

    I coment the line
  • PHP Fatal error: Call to undefined function l10n_update_get_projects() in /var/www/cforge/profiles/cforge/modules/l10n_update/l10n_update.check.inc on line 36, referer: http://btl.localhost/install.php?profile=cforge&locale=en
    I coment the line Línea 98 cf_l10n_update();

....and thanks for your work!

Comments

matslats’s picture

Status: Active » Needs review

Thanks I've pushed all these changes just now.

matslats’s picture

Status: Needs review » Closed (fixed)