Page 1 of 1

HitCounter - Function ereg() is deprecated

Posted: Tue May 24, 2016 3:56 am
by michaywood
Just installed HitCounter on my CMS2.x / PHP 5.4 installation and get the errors for hit counter:

Deprecated: Function ereg() is deprecated in /home/www/mysite.com/modules/HitCounter/HitCounter.module.php on line 121

I see this has also been listed as on the HitCounter bug tracker but with no resolution.

Any ideas?

Thanks

Re: HitCounter - Function ereg() is deprecated

Posted: Tue May 24, 2016 5:55 am
by Rolf
I saw calguy1000 fixed it in the SVN
Until new release you can hide the warning by adding to the config.php file:

Code: Select all

error_reporting(E_ERROR & ~E_DEPRECATED & ~E_NOTICE);

[solved] Re: HitCounter - Function ereg() is deprecated

Posted: Tue May 24, 2016 1:27 pm
by michaywood
thanks! turned off the errors for now