Bug #607
Notice Error on Orgazation List pages
| Status: | In Progress | Start date: | 04/23/2012 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | % Done: | 40% |
|||
| Category: | - | Spent time: | - | ||
| Target version: | - |
Description
There is a red box with notice errors at the top of all the organization pages seen here: http://crm.occupy.net/organizations/list
How can this be removed/fixed?
History
Updated by Dana Skallman about 1 year ago
Just checking in on this too.
Thanks!
Updated by Dana Skallman about 1 year ago
This is the error that shows at the top of all organization lists pages (outside of the webform):
Notice: Undefined index: group_type in views_handler_field->query() (line 84 of /home/members/ows/sites/occupy.org/web/sites/all/modules/views/handlers/views_handler_field.inc).
Notice: Undefined index: group_type in views_handler_field->query() (line 84 of /home/members/ows/sites/occupy.org/web/sites/all/modules/views/handlers/views_handler_field.inc).
Notice: Undefined index: group_type in views_handler_field->query() (line 84 of /home/members/ows/sites/occupy.org/web/sites/all/modules/views/handlers/views_handler_field.inc).
Notice: Undefined index: group_type in views_handler_field->query() (line 84 of /home/members/ows/sites/occupy.org/web/sites/all/modules/views/handlers/views_handler_field.inc).
How can this be fixed?
Thanks!
Updated by Joseph Lacey about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 40
These are just notices, so they aren't terrible enough to worry too much about. More on php error levels is here for those interested:
http://www.php.net/manual/en/errorfunc.constants.php
This looks like a core bug with the CiviCRM views handlers passing data to the Views module. I'll need to investigate further and possibly file a bug with upstream developer.
For now though, I've suppressed the error messages altogether, including errors and warnings. Anonymous users needn't worry about such things.
http://crm.occupy.net/admin/config/development/logging
These are still sent to the dblog though, which needs to be checked periodically anyway.
Updated by Dana Skallman about 1 year ago
Perfect, thanks!