[Fri Jan 16 03:57:21 2009] [error] [client 82.35.148.244] PHP Fatal error: Cannot use object of type stdClass as array in /home/sites/co.uk/public_html/sites/all/modules/contributions/autotag/autotag.module on line 37, referer: http://co.uk/node/1173/map
$terms[$tid['vid']][] = $tid['tid'];
?
Comments
Comment #1
kenorb commentedAnd this one as well:
Disabling module helps;)
Comment #2
sdrycroft commentedCan you add the following directly after line 30 in autotag.module, and report back what is printed when you try and create a node (which would use autotag).
Comment #3
kenorb commentedFirst try using:
drupal_set_message(print_r($all_tids,true));
=> white screen
Second try with
var_dump($all_tids);
$terms:
Comment #4
kenorb commentedAnd sometimes I've got something like:
Comment #5
sdrycroft commentedCan you please try 6.x-1.7 and let me know how you get on.
Comment #6
sdrycroft commentedComment #7
kenorb commentedThanks, I'll try.