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

nancydru’s picture

I haven't converted that contrib yet. You shouldn't have been able to enable that module.

deanflory’s picture

So, 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.

nancydru’s picture

I 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.

deanflory’s picture

Thanks 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).

nancydru’s picture

Okay, 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.

nancydru’s picture

Status: Active » Closed (cannot reproduce)