Posted by Puppetmast0r on August 8, 2009 at 4:49pm
Jump to:
| Project: | Tables Filter Module |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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
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
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
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
The 6.x-1.0 release should work under drupal 6.
#6
That would be fantastic. I'll try it out right away.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.