I'm not sure why, but I'm seeing the following in my logs:

Location: https://www.domain.com/node/add/article
MESSAGE Notice: Array to string conversion in workbench_access_autocomplete_validate() (line 1632 of /srv/bindings/e40c1a6c1c2046dcb6b075d8b525615b/code/profiles/cmf/modules/contrib/workbench_access/workbench_access.module).

I'm not sure on how to fix it, but I just thought I would report it. Let me know if you need any more information.

Comments

gmclelland created an issue. See original summary.

kapil.ropalekar’s picture

Hi gmclelland,

I am unable to reproduce your issue. Can you kindly elaborate more on what steps you took to see these error messages in the log.

gmclelland’s picture

Status: Active » Closed (cannot reproduce)

Well I'm not sure what was causing this, maybe #2062721: Add a white list of file fields that can be overwritten when the file is added in the wysiwyg?

I'm not seeing the error any more after doing the following from http://drupal.stackexchange.com/questions/185033/warning-invalid-argumen...

this warning can be eliminated by editing the field on each file type which is having a field and unchecking Override in WYSIWYG (at /admin/structure/file-types). This happens because term reference doesn't support overridable in the WYSIWYG.

I'll post back if it happens again. Thanks

gmclelland’s picture

Status: Closed (cannot reproduce) » Active

Setting this back to active since I'm able to reproduce it. I'm seeing this every time I create a News Posting node. It doesn't show the error on node view, it only shows in the Drupal logs. I'm using the taxonomy scheme.

The New Posting content type has a taxonomy term autocomplete that is used with Workbench Access to restrict the what section it belongs to.

Let me know if there is any other information you need to help debug.