Skip to content

curl_exec() is missing #1998

Closed
Closed
@jcvignoli

Description

Following the implementation of Curl, I tried to use my plugin with playground.

It seems something is still missing, as I get the error

PHP Fatal error: Uncaught Error: Call to undefined function Imdb\curl_exec() in /wordpress/wp-content/plugins/lumiere-movies/vendor/jcvignoli/imdbphp/src/Imdb/Request.php:99

where line 99 reads as

$this->page = curl_exec($this->ch);

Thanks!

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions