Reply To: Couldn't receive font file for conversion

Home Forums Use Any Fonts Couldn't receive font file for conversion Reply To: Couldn't receive font file for conversion

#3929
Dinesh
Keymaster

Hi Lucien,

In mostly case, your server is unable to send the font file to our server for the conversion. Seems like you server doesn’t have $_FILES support for PHP Curl. The plugin requires two functions namely, curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); and curl_setopt($ch, CURLOPT_POSTFIELDS, $post); and these functions are not supported on our servers.

Can you please ask for your host to fix this ?

Thanks