I made an easy fix for latest wordpress version ??
Open bulk-plugin-installation.php
On line 34 find:
add_action( 'install_plugins_dashboard', array( &$this, 'install_plugins_dashboard' ) );
And replace with:
add_action( 'install_plugins_featured', array( &$this, 'install_plugins_dashboard' ) );
That’s all, now it will work as before ??