Joomla: Deprecated: Function eregi() is deprecated

Started by Dipak Bhoi, April 15, 2015, 01:05:39 PM

Previous topic - Next topic

Dipak Bhoi

Hello folks,

One of our customer was using old joomla version, he was facing facing issue with the site. It was showing an error as below:

QuoteDeprecated: Function eregi() is deprecated in  /home/someaccount/public_html/joomla/includes/Cache/Lite/Function.php on line 100


After investigating on it, I found that it was due to the php function "eregi". You just need to replace the code as below:

Old code:

Quoteeregi('SOMESTRING', something, somethingelse);

New code:

Quotepreg_match('/SOMESTRING/i', something, somethingelse);

That's all and issue solved.

Hope this post will help you.


Enjoy ...!! :)
MilesWeb - 30-Day Money Back
cPanel Web Hosting - cPanel Hosting in India
Grab a Free SSL for your website.  WordPress Optimized Solution.