Example:
$ git clone --branch 6.x-1.x ssh://jthorson@git7.devdrupal.org:2020/project/ult_temp.git

Results in the following db_log entry:
Location: https://git7site.devdrupal.org/drupalorg/vcs-auth-data?project_uri=ult_temp
Message : Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 173 of /var/www/git-dev.drupal.org/htdocs/includes/entity.inc).

Comments

jthorson’s picture

Project: Drupal.org customizations » Version Control / Project* integration

Updated issue summary.

jthorson’s picture

Issue summary: View changes

Updated issue summary.

jthorson’s picture

Version: 7.x-3.x-dev » 7.x-1.x-dev
Status: Active » Needs review

I suspect the warning is tripped at line 643 of versioncontrol_project.module, which essentially attempts to do a node_load(FALSE) if the project machinename doesn't exist. (Manually attempting a node_load(FALSE) results in the same warning).

jthorson’s picture

marvil07’s picture

Status: Needs review » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.