Closed (duplicate)
Project:
Service links
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2011 at 14:47 UTC
Updated:
29 Jun 2012 at 18:42 UTC
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
Comment #1
TheCrow commented#1286756: Cannot use a scalar value as an array error
Comment #2
NenadP commentedThis 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.