Project:Taxonomy Timer
Version:6.x-1.0-rc1
Component:Code
Category:bug report
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

When installing, I got a "Not compatible with Drupal 6.9" message on the module listing page. I noticed that in the .info file, the dependency line should read:

dependencies[] = taxonomy

(the [] were left off)

I get the following errors:
#1 ______________________________________
* warning: Missing argument 1 for taxonomy_timer_menu() in /Applications/MAMP/htdocs/showcasecmsdrupal6/sites/all/modules/taxonomy_timer/taxonomy_timer.module on line 11.

Removing the may_cache got rid of the error.

#2______________________________________
* warning: preg_match() expects parameter 2 to be string, array given in /Applications/MAMP/htdocs/showcasecmsdrupal6/sites/all/modules/taxonomy_timer/taxonomy_timer.module on line 512.

I'm not sure what that's about.

#3_____________________________________
admin/settings/taxonomy_timer doesn't have a page - it reverts to the /admin/settings/ page.

Comments

#1

I have the same problem. I would like to have this module work.

#2

Yeah, that happened to me too. I'm using the drupal 6.12.
How bad, the taxonomy timer is one of the best idea I ever heard for a module, I'd love to see it working again. :-(

#3

Status:active» closed (fixed)

Try the new version I released today.
This should solve your problems.

#4

Version:6.x-1.0-alpha1» 6.x-1.0-rc1
Priority:normal» major
Status:closed (fixed)» active

after enabling version rc1 i get the following msgs:

* Installing taxonomy_timer.module...
* The configuration options have been saved.
* form state =

Array
(
[storage] =>
[submitted] =>
[post] => Array
(
)

)

* form id =

system_modules

* form state =

Array
(
[storage] =>
[submitted] =>
[post] => Array
(
)

)

* form id =

search_form

* user warning: Key column 'sid' doesn't exist in table query: CREATE TABLE taxonomy_timer_nodes ( `ttnid` INT unsigned NOT NULL auto_increment, `nid` INT unsigned NOT NULL DEFAULT 0, `tid` INT unsigned NOT NULL DEFAULT 0, `tt_assigned` INT unsigned NOT NULL DEFAULT 0, `tt_expiration` INT unsigned NOT NULL DEFAULT 0, `tt_next_tid` INT unsigned NOT NULL DEFAULT 0, `tt_unpublish` INT unsigned NOT NULL DEFAULT 0, `completed` INT unsigned NOT NULL DEFAULT 0, `notified` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (sid), INDEX ttnidnid (ttnid, nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/r8ma1c4/public_html/includes/database.inc on line 550.
* user warning: Key column 'ttnid' doesn't exist in table query: CREATE TABLE taxonomy_timer_defaults ( `ttid` INT unsigned NOT NULL DEFAULT 0, `tid` INT unsigned NOT NULL DEFAULT 0, `tt_duration` INT unsigned NOT NULL DEFAULT 0, `tt_next_tid` INT unsigned NOT NULL DEFAULT 0, `tt_unpublish` INT unsigned NOT NULL DEFAULT 0, `tt_type` VARCHAR(32) NOT NULL DEFAULT 'story', PRIMARY KEY (ttnid), INDEX ttnidtid (ttnid, tid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/r8ma1c4/public_html/includes/database.inc on line 550.