I get the following PHP error in my logs:
in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in /home/mysite/themes/mytheme/page.tpl.php on line 9.
Line 9 in page.tpl.php is:
<?php if ($links) { ?><div class="links">» <?php print $links?></div><?php }; ?>
Doesn't seem to affect functionality ... though I have a strange problem with another module that I hope isn't being caused by this.
Comments
Comment #1
neopoet commentedSorry. Closing for now. Meant to post this in "User Relationships" group. Issue is actually occurring there (at http://www.example.com/admin/user/relationships) but I suspect it's being caused by this.
I'll revisit this later.