Please post the cron commands that worked before and the cron commands as they are right now.Hi,
I edited cron tab and start getting internal server error only on mailwizz folder uploaded on server. I am able to access other files and folder. If someone know about it. Please help
So does work properly now or is there still something you need changing?* * * * * /usr/bin/php -q /var/www/html/wiz/apps/console/console.php send-campaigns >/dev/null 2>&1
*/2 * * * * /usr/bin/php -q /var/www/html/wiz/apps/console/console.php send-transactional-emails >/dev/null 2>&1
*/10 * * * * /usr/bin/php -q /var/www/html/wiz/apps/console/console.php bounce-handler >/dev/null 2>&1
*/20 * * * * /usr/bin/php -q /var/www/html/wiz/apps/console/console.php feedback-loop-handler >/dev/null 2>&1
*/3 * * * * /usr/bin/php -q /var/www/html/wiz/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1
0 * * * * /usr/bin/php -q /var/www/html/wiz/apps/console/console.php hourly >/dev/null 2>&1
0 0 * * * /usr/bin/php -q /var/www/html/wiz/apps/console/console.php daily >/dev/null 2>&1
I only edited edited bounce cron and made it run every minute.
Now it is back to the original
No, mailwizz app is not working - getting Internal server error. Please check below
http://mailpanda.in/wiz/
http://mailpanda.in/test.html it is working
good
of phpinfo to see how php is configured.
of the commands
which php-cli
and
which php
(and ideally use the php-cli for the crons).
ok so we can rule that out as it is right in the crons# which php-cli
/usr/bin/which: no php-cli in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/.local/bin:/root/bin:/usr/local/vesta/bin)
# which php
/usr/bin/php