I've encountered the problem that $values['group'] is the string "JS_THEME"
That results in PHP 7.1 in the following warning:
Warning: A non-numeric value encountered in advagg_mod_js_move_to_footer() (line 2292 of \modules\contrib\advagg\advagg_mod\advagg_mod.module).
The following patch solved it for me.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | non_numeric_value_encountered_advagg_mod_js_move_to_footer-2996430-4.patch | 730 bytes | spokje |
Comments
Comment #2
spokjeComment #3
spokjeComment #4
spokjePatch against the latest 7.x-2-dev version.
Comment #5
spokjeComment #6
yahyaalhamadIt seems that this warning has been introduced in php 7.1. I guess it's happening because the code expects a number but gets a string instead. I will take a look.Ahhh, wrong thread.
Comment #7
thallesLooks good!
Comment #9
thalles