This is happening when I try to import DEMO content on a Wordpress website. I'm using following custom php.ini settings (Options tab) under a subdomain where wordpress is installed. memory_limit = 256M upload_max_size = 64M post_max_size = 64M upload_max_filesize = 64M max_execution_time = 1200 max_input_time = 1000 max_file_uploads = 1000 Any help would be appreciated.
Is the DEMO content so large it could take more than 10 seconds to import? I think it is curl that has this 10 second timeout, not PHP. Try issuing the curl command from shell prompt command line, see what happens. Maybe this gets better error messages.