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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Removed-deprecated-function-ereg.patch | 881 bytes | ramlev |
Comments
Comment #1
realityloop commentedI think this is fixed now, please re-open if it is still ocurring for you with latest stable release.
Comment #3
pomliane commentedSame issue here with 7.x-1.4
Comment #4
ramlev commentedImplement this patch and you're good to go.
The ereg() function have been changed to stristr() to compare the autocomplete text with module list.
Comment #5
greenskin commented