Upon enabling the Util module and a few submodules I'm getting these errors/notices on most page loads:
Notice: Undefined index: datetime in dblog_filters_get_filters_settings() (line 144 of /home/account/public_html/drupal/sites/all/modules/util/contribs/dblog_ext/dblog_filters/dblog_filters.module).
Notice: Undefined index: recent_aged in dblog_filters_get_filters_settings() (line 144 of /home/account/public_html/drupal/sites/all/modules/util/contribs/dblog_ext/dblog_filters/dblog_filters.module).
Notice: Undefined index: hostname in dblog_filters_get_filters_settings() (line 144 of /home/account/public_html/drupal/sites/all/modules/util/contribs/dblog_ext/dblog_filters/dblog_filters.module).
Notice: Undefined index: username in dblog_filters_get_filters_settings() (line 144 of /home/account/public_html/drupal/sites/all/modules/util/contribs/dblog_ext/dblog_filters/dblog_filters.module).
Comments
Comment #1
nancydruI haven't converted that contrib yet. You shouldn't have been able to enable that module.
Comment #2
deanflory commentedSo, does that mean I should disable these modules (that I was able to simply enable by checkbox on the Modules page)?:
Database logging common
Database logging extension
Log clearance
Log date/time filters
Log filters
Log hostname filter
Log user filter
Thanks for your time.
Comment #3
nancydruI just looked at the repository and these modules have "core = 6.x". So if you can enable them n a 7.x system, you have a core issue you should report.
So, yes, you should disable them. I have updated the project page to give a better idea of what has been ported.
Comment #4
deanflory commentedThanks NancyDru, I've disabled them for now and I also created a new issue for core (albeit it turned up to be a duplicate that I didn't find when searching issues).
Comment #5
nancydruOkay, good. Let's close this one for now and you can open a new one if it is still a problem when it gets converted.
Comment #6
nancydru