X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Function eregi() is deprecated (https://forum.x-cart.com/showthread.php?t=56583)

BCSE 11-22-2010 04:41 PM

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:

Originally Posted by ecommweb
Seems to be every file in the set affected. I just quoted the fist few lines
see here
http://www.ecommweb.co.uk/projectfiles/melk.jpg


rogue 11-23-2010 04:29 AM

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.

ecommweb 12-07-2010 10:02 AM

Re: Function eregi() is deprecated
 
BCSE agreed eventually that it was their files
Quote:

it's our encryption program doing it. We're looking into a fix for it.
unfortunately that was November 23rd and it is still not working, so best to avoid this addon if you plan to upgrade your server to php5.3 any time soon.

BCSE 12-07-2010 10:27 AM

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.