Thanks tophertopher it worked with me in wordpress 3.2.1
guys just follow the instruction from tophertopher
Edit file plugin-install.php
in directory wp-admin/includes
and find the timeout setting. It is by default set to 15. Increase to 60.
$request = wp_remote_post(‘http://api.ww.wp.xz.cn/plugins/info/1.0/’, array( ‘timeout’ => 60, ‘body’ => array(‘action’ => $action, ‘request’ => serialize($args))) );
same with you King Kadelfek,
im using wordpress 3.2.1 and image Gallery with Slideshow v1.5.2
when i uploading multiple image in wont upload.
i try single upload it become error
Fatal error: Call to undefined function imagecreatefromjpeg() in /home/user/public_html/wp-content/plugins/image-gallery-with-slideshow/function.php on line 10
please help