Webmail error

VBilly

New member
Joined
Mar 30, 2007
Messages
3
We recently started getting an error with webmail.

The login pages loads fine, but as soon as you login you get this error:
ERROR (8192): Function ereg() is deprecated (/var/www/html/webmail/inc/inc.php:102)

Does anyone have any ideas what the fix might be on that one?

Thanks!

-Billy
 
The error message itself tells you all you need to know
Warning

This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.

Source: http://php.net/manual/en/function.ereg.php

Upgrade your webmail application if possible otherwise use another of the many compatible applications out there.

Downgrading your version of PHP to make it work again would be foolish.
 
Back
Top