Skip to main content

PHP Error on uploading media via WordPress Plugin

Comments

1 comment

  • Stephen Doyle

    Hi Pramathesh,

    The error in that example implies your system doesn't have curl installed or enabled.

    It's not a strict requirement for Wordpress itself, but it's commonly used by extensions, including ours, to make HTTP requests to remote servers. In this example, our plugin uses curl for uploading images and it's failing because curl isn't available.

    Can you please try installing curl for PHP to your system and see if that resolves the issue for you?

    If you can let me know which OS and frameworks you're using I can advise on more specific steps to follow, if you're unsure about how to install curl.

    Regards,
    Stephen

    0

Post is closed for comments.