• Hi, I am trying to get my Media Temple Cron to hit my wp-cron file, I keep on getting permission errors. Is it bad if I make the file writable and excitable?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Writable by what user?

    Yes, don’t do that.

    WP cron isn’t an actual cron job in the traditional sense, but rather a fake cron that runs on a schedule. You hook functions into actions that are triggered at a set interval. I started with this article: http://wpengineer.com/1908/use-wordpress-cron/ and just keep at it until I got it working. I’ve been meaning to write a cron management plugin forever but haven’t gotten around to it.

    You can use this nice lightweight plugin to view what “cron” jobs are set up in WordPress: http://wordpress.org/extend/plugins/cron-view/

    Thread Starter steveonz

    (@steveonz)

    So what should I do about my media temple wp-cron? it seems to be getting stuck so I am trying to get the cron job to run it for me.

    Media Temple is your host right? What do you mean their wp-cron? Could you be a little more detailed as to exactly what’s going on? You’re trying to run a linux cron job right?

    Hey there Steve, thanks for being a (mt) Media Temple customer :). I don’t think I understand the problem 100% but I wanted to let you know that we have a WordPress Evangelist on Twitter now! You can reach Suzette at @mt_suzette. I can’t make any promises but she might be able to help you out :).

    Drew J
    [ Signature moderated. ]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wp-cron.php security’ is closed to new replies.