hello i have the similar problem
Warning: session_start() [function.session-start]: open(C:\Windows\Temp\\sess_fgstfchr102geqkcmp0jgn2da5, O_RDWR) failed: Invalid argument (22) in D:\Hosting\12111878\html\nihil\wp-includes\plugin.php on line 429
line code
// Sort
if ( !isset( $merged_filters[ $tag ] ) ) {
ksort($wp_filter[$tag]);
$merged_filters[ $tag ] = true;
}
reset( $wp_filter[ $tag ] );
do {
foreach ( (array) current($wp_filter[$tag]) as $the_ )
if ( !is_null($the_[‘function’]) )
call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));
} while ( next($wp_filter[$tag]) !== false );
array_pop($wp_current_filter);
}