Search results

  1. W

    Cron Job Commands

    So curl http://weeklycalendar.info/wp-cron/cron.php Should work? How would you express the it a different way /home/weeklyca/public_html/wp-cron/cron.php can you suggest a complete command??
  2. W

    Cron Job Commands

    The way understand it, Wget and curl commands are not an option with free hosting. Does anyone know how to structure commands o they will work on these servers? path: /home/weeklyca/public_html/wp-cron/cron.php Should I add define('DISABLE_WP_CRON', true); to the wp-config file?
  3. W

    Cron Job Schedule

    With a free account you can not have crons scheduled any sooner than 5 min apart. I have a cron running every 10 minutes Want to schedule 2nd cron 1:05 1:15 1:25 1:35 1:45 1:55 How would I express that in the command?
  4. W

    Cron Job

    /usr/local/bin/php /home/weeklyca/public_html/wp-cron.php?doing_wp_cron 2>&1 >> /home/weeklyca/public_html/cron_output.log ???? Do I have to use public_html And Can I have 2 cron jobs -a cron set for every 5 mins and and one 12 min with a x10 free account? This is what the output log is...
  5. W

    Cron Job

    How will I know if cron is working if i don't get an email?
  6. W

    Cron Job

    Have to add a cronjob for my SNAP plug in. Don't care if it triggers every 5 or 10 min. Telling me commands should be curl -s -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64)" http://weeklycalendar.info/wp-cron.php?doing_wp_cron or wget -O /dev/null...
  7. W

    Cron Job

    http://www.weeklycalendar.info/wp-cron.php Tells me"invalid secret string"
  8. W

    Cron Job

    Has anyone set up a cron on free hosting for wordpress that works? tried cpanel cronjobs using wp-cron plugin for command. From what I understand free hosting would allows one cron job for no less than 5min php /home/weeklyca/public_html/wp-content/plugins/wp-cron-control/wp-cron-control.php...
  9. W

    Setting up Cron job for SNAP

    Currently doing this using these commands lines. wget -O /dev/null http://www.YourWebsiteURL.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1 or curl -s -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64)" http://YourWebsiteURL.com/wp-cron.php?doing_wp_cron Currently replacing...
  10. W

    Cron Job and SNAP Plugin

    only have one set for 10 minutes. problem may be in the command line
  11. W

    Cron Job and SNAP Plugin

    Only have one cron job
  12. W

    Cron Job and SNAP Plugin

    Right now set up in cpanel like this:
  13. W

    Cron Job and SNAP Plugin

    In the SNAP plug in it allows you to schedule posts on a time schedule. It seems to be ignoring my request to post every 3 minutesand posting all at once. I read in this forum that free accounts will not accept cron jobs less than 5 minutes? My specific questions are: Do I need to set a Cron...
  14. W

    Cron Job and SNAP Plugin

    In the SNAP plug in it allows you to schedule posts on a time schedule. It seems to be ignoring my request to post every 3 minutesand posting all at once. I read in this forum that free accounts will not accept cron jobs less than 5 minutes? My specific questions are: Do I need to set a Cron...
  15. W

    Cron Job and SNAP Plugin

    In the SNAP plug in it allows you to schedule posts on a time schedule. It seems to be ignoring my request to post every 3 minutesand posting all at once. I read in this forum that free accounts will not accept cron jobs less than 5 minutes? My specific questions are: Do I need to set a Cron...
  16. W

    Cron Job and SNAP Plugin

    In the SNAP plug in it allows you to schedule posts on a time schedule. It seems to be ignoring my request to post every 3 minutesand posting all at once. I read in this forum that free accounts will not accept cron jobs less than 5 minutes? My specific questions are: Do I need to set a Cron...
  17. W

    Scheduled Pages Missed schedule error

    It referrs to scheduledposts and pages for a future date and it doesn't publish
  18. W

    Scheduled Pages Missed schedule error

    have scheduled pages that are missing their publish date. Can this be fixed through cron job area in cpanel? What command should I use?
  19. W

    CorrectSite url wordpressurl General Settings

    Got into general settings replaced http with https in site and wordpress url. At moment Can not access wp-admin or view site. Can anything be done through cpanel.
  20. W

    Recover wp-admin and site

    Got into general settings after installing ssl replaced http with https in site and wordpress url. SSL was not installed properly. at moment Can not access wp-admin or view site. Can anything be done through cpanel. Looked at phpmyadmin and site and home address is http://savealotdirect.com...
Top