Notifications do not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • san4izl
    Junior Member
    • May 2016
    • 9

    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
  • san4izl
    Junior Member
    • May 2016
    • 9

    #2
    Who can help me?

    Comment

    • SpeedBullet
      Senior Member
      • Mar 2016
      • 123

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

      Comment

      • yuri
        Member
        • Mar 2014
        • 8627

        #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.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • AlexAv
          EspoCRM Team
          • May 2014
          • 124

          #5
          Originally posted by san4izl
          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

          • SpeedBullet
            Senior Member
            • Mar 2016
            • 123

            #6
            Originally posted by AlexAv

            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

            • san4izl
              Junior Member
              • May 2016
              • 9

              #7
              Thanks. Now all work.

              Comment

              Working...