Closed (fixed)
Project:
Tables Filter Module
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2009 at 16:49 UTC
Updated:
28 Sep 2009 at 10:40 UTC
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();
}
Comments
Comment #1
puppetmast0r commentedDoes 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.
Comment #2
webgeer commentedIt 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.
Comment #3
puppetmast0r commentedOh :(
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 :)
Comment #4
matt_harrold commentedI'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.
Comment #5
webgeer commentedThe 6.x-1.0 release should work under drupal 6.
Comment #6
puppetmast0r commentedThat would be fantastic. I'll try it out right away.