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.
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
Comment #1
dave reidCommitted 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
Comment #2
Quicksaver commentedI can confirm that 6.x-2.x now works with clean URLs disabled.
Good work!
Comment #3
dave reidThanks for testing. I'll push out a new release for both branches today.
Comment #5
finex commentedThis 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.