Announcement

Collapse
No announcement yet.

Notifications do not work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Notifications do not work

    Hi. My notifications do not work. I need help!

    I added the cron task, but the notifications do not work. All empty

  • #2
    Who can help me?

    Comment


    • #3
      Does it work when you run the cron task manually?

      Comment


      • #4
        What kind of notifications? Email or Popup. What version of EspoCRM. Check if there is something in Administration > Scheduled Jobs > Send Email Notifications> Log.

        Comment


        • #5
          Originally posted by san4izl View Post
          Hi. My notifications do not work. I need help!

          I added the cron task, but the notifications do not work. All empty
          First of all check if everything fine with cron job
          HTML Code:
          * * * * * php -f cron.php >> /var/log/mycron.log 2>&1

          Comment


          • #6
            Originally posted by AlexAv View Post

            First of all check if everything fine with cron job
            HTML Code:
            * * * * * php -f cron.php >> /var/log/mycron.log 2>&1
            Sometimes you have to add the user
            * * * * * USERNAME php -f cron.php.......

            That's why I asked if it was working by executing the command manually. If it works, the cronjob entry is wrong. Otherwise there are other things going on.

            Comment


            • #7
              Thanks. Now all work.

              Comment

              Working...
              X