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).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | versioncontrol_project_fix_array_flip_notice.patch | 668 bytes | jthorson |
Comments
Comment #0.0
jthorson commentedUpdated issue summary.
Comment #0.1
jthorson commentedUpdated issue summary.
Comment #1
jthorson commentedI 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).Comment #2
jthorson commentedComment #3
marvil07 commentedThanks!
Added to 7.x-1.x.
Comment #4.0
(not verified) commentedUpdated issue summary.