Failing to create a new email campain
I am hoping this is the last of the problems, and hopefully a rather simple one to address. It looks like creation of email campaigns fails with this in the browser:
The requested URL /sendy/w/SDkQwZqsKq1YHBXo1Ts7gg was not found on this server.
and this in the log:
[Mon Mar 25 20:42:11 2013] [error] [client 108.15.76.93] PHP Warning: SimpleEmailService::SetIdentityFeedbackForwardingEnabled(): Sender - InvalidParameterValue: Feedback notification topic is not set.\nRequest Id: fef8e00f-95ad-11e2-87ba-f9a78ae477aa\n in /var/www/sendy/includes/helpers/ses.php on line 392, referer: http://sendy.racktopsystems.com/sendy/app?i=1 [Mon Mar 25 20:42:11 2013] [error] [client 108.15.76.93] File does not exist: /var/www/sendy/w, referer: http://sendy.racktopsystems.com/sendy/send-to?i=1&c=1
I am not clear on what this w
object is, whether a dir. or a file, but it is most definitely not there, not will the web server be able to create it, if that's expected. Could I possibly get some clarification on this?
Thank you!
This discussion has been closed.
Comments
Hi @szaydel,
w
isw.php
in your Sendy's root directory.Did you change
Allow Overwrite None
toAllow Overwrite all
in httpd.conf?Thanks.
Ben
Ben, thank you replying. Yes, this was corrected. I fixed it before your previous reply when I noticed that it was none, and realizing that .htaccess was being ignored. There was another .htaccess placed at the root [/var/www] by someone else, which I believe was causing an issue. Commenting some of the entries I think resolved my issues. I believe I am in good shape. Thanks for all the help.