Re: New Site Announcement [message #213143 is a reply to message #213142] |
Mon, 14 August 2006 04:23 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma:
|
General (5 Stars) |
|
|
help-linux wrote on Mon, 14 August 2006 12:19 | Warning: in_array(): Wrong datatype for second argument in /htdocs/entertains.us/wpmu/wp-includes/wpmu-functions.php on line 881
|
Looks like it tried to use in_array on something that is not an array...
if ( is_array ( $array ) )
{
## in_array() line(s) ##
}
would fix it
It looks like a nice site, but not my kind of thing. Still, GJ with it
[Updated on: Mon, 14 August 2006 04:25] Report message to a moderator
|
|
|