Getting Amazon SNS API Error
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
This discussion has been closed.
Comments
Hi,
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
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
Hi,
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
Hi Ben,
It did resolve finally! Thanks for all your help.
Thanks,
Vivek