Skip to content

Getting Amazon SNS API Error

edited October 2016 in Troubleshooting

Hi Guys,

Can someone please help me with this issue. I am getting "Error communicating with Amazon SNS API: Must supply a TopicARN, Protocol and Endpoint to subscribe to a topic" when I am trying to send a newsletter. Any help in this regard will be highly appreciated.

Thanks,
Vivek

Comments

  • BenBen
    edited October 2016

    Hi,

    Still getting the same error

    It's very likely that your APP_PATH in /includes/config.php script is not set correctly.

    May I know what is the URL of your Sendy installation?

    Best regards,
    Ben

  • edited October 2016

    Hi Ben,

    It's blank as i am pointing the Sendy directory to my sub-domain and accessing it from there.

    define('APP_PATH', ' ');

    Do I need to change this?

    Thanks,
    Vivek

  • BenBen
    edited October 2016

    Hi,

    It's blank as i am pointing the sendy directory to my sub-domain and accessing it from there.
    define('APP_PATH', ' ');

    It cannot be blank. That is the issue.

    For example if your Sendy URL is http://sendy.solester.com, then your APP_PATH in /includes/config.php script should be set as 'http://sendy.solester.com'.

    Eg: define('APP_PATH', 'http://sendy.solester.com');

    Thanks.

    Best regards,
    Ben

  • edited October 2016

    Hi Ben,

    It did resolve finally! Thanks for all your help.

    Thanks,
    Vivek

This discussion has been closed.