Closed (fixed)
Project:
Custom filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Mar 2011 at 10:36 UTC
Updated:
24 Apr 2014 at 14:14 UTC
Jump to comment: Most recent
Hello,
I have installed the last version of Custom Filter 7.1 dev (Feb 26) and when creating a new filter, the following error happens on the first page:
* Notice: Undefined index: caption in theme_table() (line 1619 of /var/www-drupal-dev/includes/theme.inc).
* Notice: Undefined index: colgroups in theme_table() (line 1620 of /var/www-drupal-dev/includes/theme.inc).
* Notice: Undefined index: sticky in theme_table() (line 1621 of /var/www-drupal-dev/includes/theme.inc).
* Notice: Undefined index: empty in theme_table() (line 1622 of /var/www-drupal-dev/includes/theme.inc).
What does it mean?
Thank you
Comments
Comment #1
yukare commentedI do not have this error, but i will look where they are.
This error happens where? When you see the page or somewhere else? The theme_table() is used only in admin pages(that i remember), so please write here the url you are when the error show(based on the url i can find the function it is).
Comment #2
lyly_double0 commentedthis is the url I get it from :
http://mysite.com/#overlay=%3Fq%3Dadmin%252Fsettings%252Fcustomfilter%25...
it is when I edit a rule from a filter...
Does my admin theme miss something? I use seven (the default admin theme for drupal 7)
Comment #3
drupalthemernet commentedI got the same error. Please fix it
Comment #4
drupalthemernet commentedLuckily, I found the patch to fix this: http://drupal.org/files/issues/theme_table5.patch
#1002380: theme_table Undefined indexes
Comment #5
drupalthemernet commentedComment #7
yukare commentedThis is not fixed, it still exists, the proposed patch is a patch to drupal core, not to custom filter.
Working on a fix for this.
Comment #8
yukare commentedThe fix is commited to git at http://drupal.org/commitlog/commit/4370/48ee2e53e311b41f0b24ba021fbf2022...
Thanks by reporting it.
Comment #9
MauriceK commentedSorry for the (huge) bump again, but this error still occurs when i edit a custom rule at /admin/settings/customfilter/1/1/edit and it also occurs on the frontpage when i do a cache clear. Did i miss something somewhere?
I'm on Drupal 7.26 and Custom Filter 7.x-1.0
Comment #10
MauriceK commentedComment #11
MauriceK commentedComment #12
MauriceK commentedIt works when i use the dev version. Topic closed
Comment #13
MauriceK commented