smalar
Joined: 22 Oct 2020 Posts: 1
|
Posted: Thu Oct 22, 2020 11:58 am Post subject: zend_ce_division_by_zero_error |
|
|
Hi,
I'm trying to workout, why my webshop (shopware) is slow.
I figured out, that there is a huge amount of
Code: | Failed loading /usr/lib/php/20151012/ioncube_loader_lin_7.0.so: /usr/lib/php/20151012/ioncube_loader_lin_7.0.so: undefined symbol: zend_ce_division_by_zero_error | errors in the apache 2 log. But I can't find the source of the error.
Is there any method to find out, which process cause this? And why?
Code: | PHP 7.0.18-1~dotdeb+8.1 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.0, Copyright (c) 2002-2018, by ionCube Ltd.
with Zend OPcache v7.0.18-1~dotdeb+8.1, Copyright (c) 1999-2017, by Zend Technologies
|
thanks |
|