Hi,

There is issue in eShop version 4.6.0, which occurs if you are running on PHP 
version lower than 5.3.0:
https://bugs.oxid-esales.com/view.php?id=3969

... then you get notice in eShop frontend:
Notice: Use of undefined constant E_DEPRECATED - assumed 'E_DEPRECATED' in 
/[eshop]/index.php on line 27

We'll fix that in next Patch, but for now you get rid of that by inserting this 
line in eShops config.inc.php file:

if (!defined (E_DEPRECATED) ) { define(E_DEPRECATED,8192); }


Sorry for inconveniences.

Best regards,
Dainius Bigelis
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to