I just updated this module, and after disable, and uninstall I get this error while enabling it:
Call to undefined function bcdiv() in /var/www/html/sites/all/modules/media_browser_plus/includes/media_browser_plus.admin.inc, line 24
I use drush for this, but I can tell not every php installation have the BC library.
Maybe you could use some other method instead of bcdiv.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | media_browser_plus.admin_.inc_.patch | 621 bytes | kardave |
Comments
Comment #1
lsolesen commented@kardave Do you have a suggestion or workaround? Maybe you could supply a patch fixing it?
Comment #2
kardave commentedHere it is.
Comment #3
das-peter commentedThanks for spotting this!
I've done a search an replace over the whole module and found some other places and functions to replace. Changes committed: http://drupalcode.org/project/media_browser_plus.git/commit/9d99ad3edb27...