Skip to content

Preparing to send..

edited November 2012 in Troubleshooting
The campaigns are in "Preparing to send ..". It takes well over 30 min. I have version 1.1.2. Any idea how to fix the problem?

Comments

  • Did you set cron to execute every 5 minutes as per the cron instructions?
  • wget -nv -O /dev/null URL_TO_SENDY/scheduled.php >/dev/null 2>&1

    */5 * * * *

    I do not put the actual path for safety
  • Thanks for the clarification.

    If your cron is set to execute the scheduling script every 5 mins, it will not take 30 mins to start sending. Are you sure it takes half an hour before sending?

    The next time cron executes the scheduling script, it'll be within 5 mins or less. The scheduling script checks if any campaigns are in 'Preparing' mode and starts sending immediately.
  • All problems are solved. I deleted the copy of Subversion. And I've uploaded all the files by FTP.
  • Great, thanks.
This discussion has been closed.