Jump to content

cloudrck

Members
  • Posts

    243
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. cloudrck's post in Blesta report CRON still running was marked as the answer   
    I've had this issue and it turned out to be an issue with the php.ini for php5-cli not having the entry for mailparse.
    Have your CRON log errors after you remove the lock from the task in blesta
    For example, my crontab would look like the following.
    */5 * * * * /usr/bin/php /var/www/blesta/public_html/index.php cron >> /home/me/blesta.txt 2>&1 Disabiling the task does not halt the task. It's still running as Blesta doesn't halt on failure, it continues to "run". You need to add the code to remove the lock (unless it was changed in v4).
    When you add the code, you have to wait ~60mins, than a link will appear to halt the task so the cron executes that specific task on next scheduled run, as of now your task is locked.
     
    Or you can remove the task manually
  2. cloudrck's post in Paypal Ipn Error was marked as the answer   
    Yeah, I had to change the primary email address at PayPal to the same address used in Blesta.
×
×
  • Create New...