twisted1919
Administrator
Staff memberOk, so i see you were able to run crontab mwcron and no error was shown, so i think the cron jobs were added.. can you run crontab -l and see what it shows?
# create a file named mwcron
touch mwcron
# add all the cron jobs in that file
echo "* * * * * /usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php send-campaigns >/dev/null 2>&1" >> mwcron
echo "*/2 * * * * /usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php send-transactional-emails >/dev/null 2>&1" >> mwcron
echo "*/10 * * * * /usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php bounce-handler >/dev/null 2>&1" >> mwcron
echo "*/20 * * * * /usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php feedback-loop-handler >/dev/null 2>&1" >> mwcron
echo "*/3 * * * * /usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1" >> mwcron
echo "0 * * * * /usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php hourly >/dev/null 2>&1" >> mwcron
echo "0 0 * * * /usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php daily >/dev/null 2>&1" >> mwcron
# add the file entries to the cronjob
crontab mwcron
# remove the file.
rm mwcron
NiceThanks bud. You're the best. Just got a popup that my support expired. Im gonna go renew it now cuz you rock.
Not much, just login at https://www.mailwizz.com/customer and update your license info with the new server dataJet let me know what I have to do to move my license over to this linode server. Going to kill the other one.
Will do.Nice
DONE Paid with a paypal account with a different email. Hope it knows its this account.
Not much, just login at https://www.mailwizz.com/customer and update your license info with the new server data
@Eric535 - I am sure we can do much better than this. what delivery servers are you using? can you also post a screenshot with the delivery settings from backend > settings > cron?
@Eric535 - That's the stock install settings, can you try to enable pcntl on those settings and see if it goes faster ?
@Eric535 0 Run this from command line then try again:
Code:chmod +x /srv/users/serverpilot/apps/my-website/public/apps/console/commands/shell/set-dir-perms && /srv/users/serverpilot/apps/my-website/public/apps/console/commands/shell/set-dir-perms
Why is that what errors did you get?but today when I tried updating to the new version it wouldnt let me because of permissions errors