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

mfb’s picture

Do you have Voting API module installed? If so it's probably because Voting API does not specify table descriptions in its schema hook implementation.

SyneX’s picture

Yes, 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. ;)

mfb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.