Active
Project:
Poormanscron
Version:
6.x-2.2
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2011 at 18:34 UTC
Updated:
4 Jun 2014 at 17:29 UTC
Jump to comment: Most recent
Poormanscron 6.2.2 installed.
Just been at "admin/settings/site-information".
No config found - just regular page.
Is it working or not? How can I now that?
Comments
Comment #1
konrad1811 commentedif there is now config page and it is left for other pages too display settings they just dont have to apear as different themes can be applied.
dont's see thos settings anywhere :(
Comment #2
konrad1811 commentedwent back to 1.1 version and it's ok :)
Comment #3
glass.dimly commentedThere is no configuration page for this module, and there's no cron config page for Drupal 6 that I can find.
Is it possible that the module maintainers are assuming D6 has a cron admin page and are checking for a variable "cron_safe_threshold" that is not configurable in D6? Apologies if this is not the case. I'm marking this bug "High" priority because, well, if my assumption is the case it is high priority.
Searching the menu system for "cron" using the Coffee module I see:
/admin/build/trigger/cron
and
/admin/reports/status
Neither of which offer configuration for the variable "cron_safe_threshold."
Here's the hook menu page, you can see that there is no admin page:
So please, close this bug if this module is intentionally not configurable in any way whatsoever.
Comment #4
glass.dimly commentedYou can downgrade to get user settings,
drush dl poormanscron-6.x-1.1and settings are at /admin/settings/poormanscron.I found this issue because I was getting notices that cron wasn't running, even though the 2x version of module was enabled (and not configurable). Now, whether that was because cron was running infrequently, like every 24 hours, or because it wasn't running at all (client may be running cron manually) I don't know.
Fixed by downgrading.