The following message is appearing in my Recent log messages:

Deprecated function: Function ereg() is deprecated in module_filter_autocomplete() (line 24 of /var/www/sites/all/modules/module_filter/module_filter.admin.inc).

Using D7.0, PHP 5.3.2 and Module Filter 7.x-1.0.

CommentFileSizeAuthor
#4 Removed-deprecated-function-ereg.patch881 bytesramlev

Comments

realityloop’s picture

Status: Active » Fixed

I think this is fixed now, please re-open if it is still ocurring for you with latest stable release.

Status: Fixed » Closed (fixed)

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

pomliane’s picture

Version: 7.x-1.0 » 7.x-1.4
Priority: Normal » Minor
Status: Closed (fixed) » Active

Same issue here with 7.x-1.4

ramlev’s picture

StatusFileSize
new881 bytes

Implement this patch and you're good to go.

The ereg() function have been changed to stristr() to compare the autocomplete text with module list.

greenskin’s picture

Status: Active » Closed (fixed)