Does not work under Drupal 6

Puppetmast0r - August 8, 2009 - 16:49
Project:Tables Filter Module
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

This is the error message I get when I try to install the table filter module.

The line in question is

function tables_menu($may_cache) {
  if (!$may_cache) {
    if ($css = variable_get('tables_css', drupal_get_path('module','tables').'/tables.css')) {
      theme('add_style', $css);
    }
  }
  return array();
}

#1

Puppetmast0r - August 11, 2009 - 13:11

Does this mean something is wrong on my end?

The $may_cache makes me think some variable is currently not set (I know very little .php)
If that is the case, please just say so, and if possible point me in the right direction of a solution.
I'm hesistant to continue with this module as long as I don't know what exactly is going wrong.

Thanks in advance.

#2

webgeer - August 11, 2009 - 15:58
Title:Missing argument 1 for tables_menu() in c:\xampp\......\tables.module on line 181» Does not work under Drupal 6

It appears that this release was tagged as 6.x even though it hasn't been updated to work in Drupal 6. I haven't used this module for anything in quite a while, so I haven't had much incentive to update it to Drupal 6. However, I may have some time to work on this soon.

#3

Puppetmast0r - August 11, 2009 - 17:11

Oh :(

Well, thanks for answering anyway.

I really hope this gets updated then.
It seems a great way to manage a table that even the biggest moron can't mess up :)

#4

matt_harrold - September 9, 2009 - 14:41

I've been using this module with Drupal 6 all day .. it basically works.

It seems the cell merging features don't work, and it throws an initial error when you install the module.

Other than that ... yep ... works for me.

#5

webgeer - September 10, 2009 - 06:19
Version:6.x-1.x-dev» 6.x-1.0
Status:active» fixed

The 6.x-1.0 release should work under drupal 6.

#6

Puppetmast0r - September 14, 2009 - 10:38

That would be fantastic. I'll try it out right away.

#7

System Message - September 28, 2009 - 10:40
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.