Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wrond datatype for second argument – headers already sent


Burt Adsit
Participant

@burtadsit

It’s a bug in the latest mu r1589. The function remove_option_whitelist() in plugin.php is not checking to see if it’s going to reference a var that has been unset(). It is called by mu_options() in mu.php and in there it unsets() an element in the $options array.

Why? I dunno but it does. Then it asks remove_option_whitelist() to get rid of something that doesn’t exist anymore. It should check for isset(), is_array() but it’s not.

I posted it in the mu trac. Gotta wait til the fix floats thru svn.

“You aren’t doing anything wrong. Stop trying to do it right.”

(that was for trent)

Skip to toolbar