Notifications do not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • san4izl
    replied
    Thanks. Now all work.

    Leave a comment:


  • SpeedBullet
    replied
    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.

    Leave a comment:


  • AlexAv
    replied
    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

    Leave a comment:


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

    Leave a comment:


  • SpeedBullet
    replied
    Does it work when you run the cron task manually?

    Leave a comment:


  • san4izl
    replied
    Who can help me?

    Leave a comment:


  • san4izl
    started a topic Notifications do not work

    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
Working...