By timhobert on
I'm suddenly receiving this error from the 960 Robots theme.
warning: array_rand() [function.array-rand]: First argument has to be an array in .../ninesixtyrobots/template.php on line 50.
Any idea how to fix?
I'm suddenly receiving this error from the 960 Robots theme.
warning: array_rand() [function.array-rand]: First argument has to be an array in .../ninesixtyrobots/template.php on line 50.
Any idea how to fix?
Comments
Your fix is in the issue
Your fix is in the issue queue:
http://drupal.org/node/526754#comment-1946004
Basically either the twitter service was down or too slow to respond and the expected array doesn't exist. The patch checks for the array. You can tweak from there if you wish.
Hope that helps.