Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having the same issue. Also on 64 bit Ubuntu 12.04 AWS, WordPress 3.8.

    @cwsaylor: It is considered impolite to interrupt another poster’s ongoing thread unless you are posting a solution or suggestion. As per the Forum Welcome, please post your own topic.

    @sandeepkelvadi I just figured out the issue. You probably need to install the curl library for PHP. I checked the Apache logs in /var/log/apache2/error.log and found this line:

    PHP Fatal error: Call to undefined function curl_init() in /data/wordpress/wp-content/plugins/sendgrid-email-delivery-simplified/lib/SendGridSettings.php

    I’m on Ubuntu so I installed php curl with this command:

    sudo apt-get install php5-curl

    Then I restarted apache:

    sudo /etc/init.d/apache2 restart

    Plugin Author Twilio SendGrid

    (@team-rs)

    The plugin requires PHP-curl extension enabled. This was specified is plugin description. Thanks for the feedback everyone!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White screen of death’ is closed to new replies.