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.

CommentFileSizeAuthor
replaceeregi.patch805 byteswranvaud

Comments

clivesj’s picture

Assigned: Unassigned » clivesj

Thanks Willynux,
I still have to scan both versions for PHP 5.3 compatibility. I will update de latest DEV asap

clivesj’s picture

Status: Needs review » Closed (fixed)

  • Commit 90df049 on 7.x-2.x, 8.x-1.x, 7.x-3.x authored by Willynux, committed by clivesj:
    #1908932 by Willynux: replace eregi()