Wednesday, November 03, 2010

Cubecart:: Deprecated: Function eregi() is deprecated in

The latest versions of PHP 5 have deprecated a few functions, for turn off those messages as seen in CubeCart.

Edit /includes/ini.inc.php
error_reporting(E_ALL & ~(E_NOTICE | E_STRICT | E_DEPRECATED | E_USER_DEPRECATED));

1 comment:

Anonymous said...

Thanks melhorum.

Kazam issues

 Kazam in ubuntu 20 does not show box when you choose area for screen capture   sudo add-apt-repository ppa:sylvain-pineau/kazam sudo apt up...