My problem is solved with the steps below :
In [..]/plugins/wp-super-cache/wp-cache-phase2.php line 1143, change:
wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$supercache_home}page/." );
$supercache_home = get_supercache_dir();
prune_super_cache( $supercache_home . 'page/', true );
to
$supercache_home = get_supercache_dir();
wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$supercache_home}page/." );
prune_super_cache( $supercache_home . 'page/', true );