Hey,
When I try to view a user's profile, I get this error at the top of the screen:
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/lifeunde/public_html/modules/acidfree/acidfree.module on line 976.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/lifeunde/public_html/modules/acidfree/acidfree.module on line 976.
Any thoughts as to the cause and solution of this problem?
Thanks alot!
-CR
Comments
Comment #1
rc2020 commentedHey I was wondering if anyone had a chance to take a look at this yet. T
Thanks!
Comment #2
inders commentedHey..!!
I got same..
warning: array_keys() [function.array-keys]: The first argument should be an array in /home/username/public_html/modules/acidfree/acidfree.module on line 976.
Comment #3
inders commentedHey ronin.!
for now i fixed it by adding:-
at /acidfree/acidfree.module at line 975.
[code]
$vid = acidfree_get_vocab_id();
$acidfree_types=is_array($acidfree_types)?$acidfree_types:array();
[/code]
thanks.
Comment #4
mwheinz commented