As reported by others in closed issue re-opened, the module's AJAX request doesn't make a proper request if clean URLs are disabled. It should be requesting /?q=poormanscron/run-cron-check and not /poormanscron/run-cron-check.

Comments

dave reid’s picture

Status: Active » Fixed

Committed fixes to 6.x-2.x and 5.x-2.x branches. Please test with clean URLs disabled and let me know if it works.
http://drupal.org/cvs?commit=315040
http://drupal.org/cvs?commit=315042

Quicksaver’s picture

I can confirm that 6.x-2.x now works with clean URLs disabled.

Good work!

dave reid’s picture

Thanks for testing. I'll push out a new release for both branches today.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

finex’s picture

This fix introduced a strange bug: google webmaster tools try to access to /poormanscron: http://drupal.org/node/693906

I've just added /poormanscron to the robots.txt... I hope it will be useful as workaround.