Error on Options Page (wordpress-mu)
-
System Information:
WordPress-MU 2.8.1
MySQL 5.1.34
PHP 5.3.0
IIS 6.0Error:
PHP Warning: stripslashes() expects parameter 1 to be string, array given in D:\Development\wordpress-mu\wp-includes\functions.php on line 3161Line 3158 – 3163
3158 if ( is_null($value) )
3159 $value = $default;
3160
3161 $value = maybe_unserialize( stripslashes($value) );
3162
`3163 wp_cache_set( $cache_key, $value, ‘site-options’ );Info:
I can reproduce this page every time I go to the options page. This is a base install w/ no plugins or themes (or configuration) really added at this time.Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error on Options Page (wordpress-mu)’ is closed to new replies.