![]() |
Re: Function eregi() is deprecated
Hopefully you have contacted us. Our files do not use that function and never have that I see. It's likely the encryption mechanism I'm thinking.
thanks, Carrie Quote:
|
Re: Function eregi() is deprecated
you can turn off deprecation warnings in the php.ini file with this:
error_reporting = E_ALL & ~E_DEPRECATED or you can put it in the xcart code (I don't know where though) error_reporting(E_ALL & ~E_DEPRECATED); search on php.net for more info. |
Re: Function eregi() is deprecated
BCSE agreed eventually that it was their files
Quote:
|
Re: Function eregi() is deprecated
It's not our files though. That part isn't correct. It's our encryptor that does it. We are working with the vendor that encrypts our files for a fix. We just got one the other day but since it effects our whole distribution system, I must test it off hours. I'm hoping to have that done this week.
Thank you, Carrie |
All times are GMT -8. The time now is 02:56 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.