Closed iamthestreets closed 8 years ago
Hi,
I am trying to call $this->s3->listBuckets() but I keep geeting this error: A PHP Error was encountered
$this->s3->listBuckets()
Severity: Error
Message: Call to undefined function curl_init()
Filename: libraries/S3.php
Line Number: 1365
Can you help me with this?
I got it to work. I did not have curl installed on my local environment.
Hi,
I am trying to call
$this->s3->listBuckets()
but I keep geeting this error: A PHP Error was encounteredSeverity: Error
Message: Call to undefined function curl_init()
Filename: libraries/S3.php
Line Number: 1365
Can you help me with this?