Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have a problem with the wp-cron.php file. I can see it when I browse the public folder and it has the permissions set to 755. But still I am getting this error in my server error log:

[Thu Mar 15 17:49:20 2012] [error] [client xx.xx.xxx.xxx] Couldn't find wp-cron.php, referer: http://secretsection.com/invizimals/?page_id=681

Can someone explain me why I get this error end what I can do to fix it?

BTW... I am using WP v. 3.3.1

BR

share|improve this question

closed as too localized by toscho Feb 17 at 22:52

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Just a guess, but try to set this one in your wp-config.php

// make use of redirect rather than http loopback
define ( 'ALTERNATE_WP_CRON',   true );
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.