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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

KimaJako’s picture

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

fraguas’s picture

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. :-(

suydam’s picture

Status: Active » Closed (fixed)

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

tommeir’s picture

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.

marinex’s picture

I have same issue

marinex’s picture

FileSize
15.85 KB

Hi, I create package of this module for D6 ;-)

Give me a message if this works.

M.

marinex’s picture

Title: problems installing and errors » I create package of this module for D6

bumb ;-)

marinex’s picture

Hi again, I make some improvement and bug fixes and here is new ver. for D6

I think this would be stable release!

Marinex