2008-01-24
wpmu array_merge() error for array
when you twist wpmu, sometime plugin does not work well especially aray_merge().
When the plugin call array_merge($options, $default), you may get argument #1 is not array error.
The solution is very simple, just change the code to array_merge((array)$options, $default)
Related posts:
- How to twist wordpress plugin into wpmu sometimes, we are just so stupid that wanna directly dump...
- wordpress similar posts error fix if you get an error like this when you turn...
- How to fix the problem of “Warning: call_user_func_array()” Some plugin may have the conflicts of the current 2.6...
- Call to undefined function: wp_register_sidebar_widget()’ error if your wpmu plugin is using wp_register_sidebar_widget(), then you will...
- Support Iphone surfing and optimize for Iphone layout Thanks for the people's hard working on wordpress and you...
![[del.icio.us]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/google.png)
![[MySpace]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/myspace.png)
![[Technorati]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/email.png)








