Forums

Error on Options Page (wordpress-mu) (2 posts)

  1. halfloaded
    Member
    Posted 2 years ago #

    System Information:
    WordPress-MU 2.8.1
    MySQL 5.1.34
    PHP 5.3.0
    IIS 6.0

    Error:
    PHP Warning: stripslashes() expects parameter 1 to be string, array given in D:\Development\wordpress-mu\wp-includes\functions.php on line 3161

    Line 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?

  2. doodlebee
    Member
    Posted 2 years ago #

    You might try asking this over at the WordPress MU Forums.

Topic Closed

This topic has been closed to new replies.

About this Topic