When running drush commands with the PHP cli, I'm swamped with messages like:

Cannot use a scalar value as an array in _service_links_render() ...

The messages reference about two dozend lines between 543 and 558 in service:links.module.

Any suggestions how to get rid of these warnings?
Thanks!

Comments

TheCrow’s picture

Status: Active » Closed (duplicate)
NenadP’s picture

This happened to me also an were tedious, though solution was simple. It happened after site migrate. I did not enabled all services which i had before. I am rendering service links in node template files.

Try to see if all services which you need are enabled.