Creating a test campaign shows: File does not exist: /var/www/sendy/w.php...
Hello,
Been having some issues after finally getting Sendy 1.1.7.5 installed and running on EC2, Apache/2.2.22 (Ubuntu) Server.
Previously, I had a compatibility score card of 9/9 and was then able to install and create a Brand and then my first test campaign.
When I create and save a campaign, in the right hand panel of http://mailer.mox.tv/sendy/send-to?i=1&c=1, I get this following Not Found message in the right pane:
The requested URL /sendy/w.php/pE6tAdQ713hPmjFO9e9tnQ was not found on this server.
I've looked through the forums and in the error log it is the same: File does not exist: /var/www/sendy/w.php/pE6tAdQ713hPmjFO9e9tnQ, referer: http://mailer.mox.tv/sendy/send-to?i=1&c=1The other fishy thing that happened is when i now check: http://mailer.mox.tv/sendy/_compatibility.php?i=1 I get a BLANK page and in my apache2 error.log i see the following:
[Mon Jul 22 22:22:22 2013] [error] PHP Notice: Use of undefined constant PHP_VER - assumed 'PHP_VER' in /var/www/sendy/_compatibility.php on line 3
[Mon Jul 22 22:22:22 2013] [error] PHP Notice: Use of undefined constant TOTAL_SCORE - assumed 'TOTAL_SCORE' in /var/www/sendy/_compatibility.php on line 4
I thought I was so close, but can't really figure out what next steps I should take to debug this issue. Many thanks in advance.
Comments
Hi @mox_eng,
Make sure
AllowOverride None
is changed toAllowOverride All
in Ubuntu so that .htaccess file is not ignored by Ubuntu. Follow the instructions on this post http://www.joeldare.com/wiki/linux:using_.htaccess_on_ubuntu.Thanks.
Best regards,
Ben