Closed (fixed)
Project:
Filebrowser
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Feb 2013 at 20:42 UTC
Updated:
21 Apr 2014 at 20:18 UTC
Jump to comment: Most recent
The error is:
Deprecated function: Function eregi() is deprecated in filebrowser_filebrowser_download_manager_process() (line 927 of /var/www/sites/all/modules/filebrowser/filebrowser.module).
I've replaced eregi() by stristr() on line 927 of the filebrowser.module and it seems to work fine.
I'm a noob at creating patches so please bear with me if this patch does not work.
| Comment | File | Size | Author |
|---|---|---|---|
| replaceeregi.patch | 805 bytes | wranvaud |
Comments
Comment #1
clivesj commentedThanks Willynux,
I still have to scan both versions for PHP 5.3 compatibility. I will update de latest DEV asap
Comment #2
clivesj commented