Page 1 of 1

installing opencats

Posted: 11 Dec 2013, 08:08
by jeev140
While installing opencats am getting following error.
Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 86

Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 87

Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 86

Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 87
Why???

Re: installing opencats

Posted: 13 Dec 2016, 13:30
by RussH
jeev140 wrote:While installing opencats am getting following error.
Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 86

Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 87

Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 86

Deprecated: Function ereg_replace() is deprecated in /opt/lampp/htdocs/opencats/ajax.php on line 87
Why???
Hi,

the function ereg_replace is deprecated ... it still works but throw out a warning.

The current released version is v0.9.3-3, and this warning is rectified in that release;
the ereg_replace function is replaced with a preg_replace function.

Therefore - please ignore the warning or upgrade to mitigate.