Closed (fixed)
Project:
IP Anonymize
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2013 at 14:52 UTC
Updated:
10 Feb 2013 at 16:40 UTC
On settings page there is this notice:
Notice: Undefined index: description in ip_anon_settings() (Line 46 of [...]/sites/all/modules/ip_anon/ip_anon.inc).
Comments
Comment #1
mfbDo you have Voting API module installed? If so it's probably because Voting API does not specify table descriptions in its schema hook implementation.
Comment #2
SyneX commentedYes, Voting API is installed.
It would be nice if this "error" is caught and not thrown to the user. Maybe you could use array_key_exists() and if false return an empty description. ;)
Comment #3
mfbFixed in ip_anon, and also submitted #1900262: votingapi_schema() should provide table descriptions