php - Mandrill Class Crashes After Initialization -
running through simple mandrill installation, part:
<?php require_once 'mandrill-api-php/src/mandrill.php'; $mandrill = new mandrill('$mandrillkey'); //api key hidden stackoverflow ?> <p>page loads & require statement fulfilled: installation</p>
the new mandrill
class causes page not load. know because if comment out $mandrill = new mandrill('$mandrillkey')
page loads.
when enabled error logging got following error:
fatal error: call undefined function curl_init() in /mnt/pcruse3/dev/web/oa_dev_paul/mandrill/mandrill-api-php/src/mandrill.php on line 65
i have fixed permissions folder , else loads.
Comments
Post a Comment