Needs review
Project:
SuperCron
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
21 Jul 2010 at 21:41 UTC
Updated:
8 Sep 2017 at 10:11 UTC
Field 'rule' doesn't have a default value query: INSERT INTO supercron_enabled_mods (module_name, weight, output) VALUES ('xmlsitemap_taxonomy', 28, '') in C:\Inetpub\wwwroot\ccc.com\sites\all\modules\contrib\supercron\supercron.inc on Line 281.
Field rule does not have a default query (NOT NULL).
Fix should go in supercron.install
change:
'rule' => array('type' => 'varchar', 'length' => '256', 'not null' => TRUE),
to
'rule' => array('type' => 'varchar', 'length' => '256'),
Comments
Comment #1
thekevinday commentedI get this or similar with postgres.
Comment #2
cor3huis commentedReview the fix mentioned above, and plz implement if possible.
Comment #3
rightchoice2c_me commentedand also it is getting wrong directory as I have drupal installed in d:/htdocs/drupal6/ but its keep on showing d:/htdocs/drupal6/drupal6.
Comment #4
cor3huis commented@rightchoice2c_me, thanks for trying to help. However this is issue tracker and not a forum. Plz file another issue for another bug found. It must be your luckyday, since there is already an issue and solution filed #749606: Path to supercron.php incorrectly determined by the module code. There is for your issue also a patch to be tested. Plz. Let us know how it solved your issue by commenting on #749606: Path to supercron.php incorrectly determined by the module code, and please not in this issue.