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

rc2020’s picture

Hey I was wondering if anyone had a chance to take a look at this yet. T

Thanks!

inders’s picture

Hey..!!

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.

inders’s picture

Hey 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.

mwheinz’s picture

Status: Active » Closed (won't fix)