Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/15/2014 in all areas

  1. You would need to compare the last run time versus the time the task was supposed to run from the Company Automation page. In v3.1, that page will highlight tasks that have failed to complete, and give you an option to reset it. But until you're on that version, this thread might help. When you determine which task has failed, you can clear it from the database and try to run the cron manually through the interface. If there are any fatal errors, they should be listed there.
    2 points
  2. Depending on the interval you have set for that task on the Company Automation page, it may have already run via cron. You can check the timestamp next to the task on the Company Automation page for "Download Tickets" to see if it has ran in the last few minutes. Assuming you have a 5 minute interval on that task, if the timestamp next to the task is not within the last 5 minutes, it did not complete. Tasks can't be forced to run outside of their scheduled interval, so running the cron manually may not run the task. Adding to what I mentioned in the previous thread I linked, you would need to set a `log_cron`.`end_date` in the database that is more than 5 minutes from now, and then immediately run the cron manually through the interface. If the task fails to run again due to some error, you'll see that error in the interface when running the cron manually.
    1 point
  3. You need to check a table for it, I forgot the link to the thread, so I hope Tyson can post it again here for you.
    1 point
  4. Did that and got a new error importPackages: Undefined index: email on line 914 EDIT: That was because I had error reporting on. Now I have this which prevents the script from completing the task ( [email] => Array ( [format] => Please enter a valid email address. ) ) EDIT 2: Only 1 domain got imported as a service Transactions are not linked to invoices Directadmin module shows 0 accounts linked to the server
    1 point
  5. velaware

    Totp Not Working

    TOTP is based on time, so if the time is desynched (which isn't uncommon) it will cause TOTP to fail in certain situations. Log in to your server (not Blesta but the actual server) and run ntpdate pool.ntp.org to update your time.
    1 point
×
×
  • Create New...