Advertisement
Guest User

Untitled

a guest
May 7th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1.  
  2. Command:
  3. 5,20,35,50 * * * * php /home/xxxxx/public_html/app/console mautic:email:fetch -no-interaction --no-ansi > /home/xxxxx/mautic-logs/cron_logs/email_fetch.log 2>&1
  4.  
  5.  
  6. Results:
  7. [Symfony\Component\Console\Exception\RuntimeException]
  8. The "-o" option does not exist.
  9. mautic:email:fetch [-m|--message-limit [MESSAGE-LIMIT]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--en v ENV] [--no-debug] [--] <command>
  10. Content-type: text/html; charset=UTF-8
  11.  
  12.  
  13. 10,40 * * * * php /home/xxxxx/public_html/app/console mautic:social:monitoring -no-interaction --no-ansi > /home/xxxxx/mautic-logs/cron_logs/social_monitoring.log 2>&1
  14. more social_monitoring.log
  15. [Symfony\Component\Console\Exception\RuntimeException]
  16. The "-o" option does not exist.
  17. mautic:social:monitoring [-i|--mid [MID]] [--batch-size BATCH-SIZE] [--query-count [QUERY-COUNT]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [
  18. -s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command>
  19.  
  20. Content-type: text/html; charset=UTF-8
  21.  
  22.  
  23.  
  24. Command:
  25. 10,40 * * * * php /home/xxxxx/public_html/app/console mautic:social:monitoring -no-interaction --no-ansi > /home/xxxxx/mautic-logs/cron_logs/social_monitoring.log 2>&1
  26.  
  27. Results:
  28. more webhooks_process.log
  29. [Symfony\Component\Console\Exception\RuntimeException]
  30. The "-o" option does not exist.
  31. mautic:webhooks:process [-i|--webhook-id [WEBHOOK-ID]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env
  32. ENV] [--no-debug] [--] <command>
  33.  
  34. Content-type: text/html; charset=UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement