Hi,
I become this message on the frontpage
Warning: Division by zero in /www/htdocs/xxxxxxxxxx/……./enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php on line 105
on the frontpage I use the easy slider with text
Wordpress: 5.3
Enfold: 4.6.3.1
php: 7.2
Thank you
Hey siteraum,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
Hi Nikko, thanks for fast answer,
i take this solution to hide the PHP Warning
in wp-config.php
/* Fehlermeldung anzeigen + PHP Warnings ausblenden */
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
since it is only a warning, I think that i can simply disable it or am I wrong?
The shop is online and therefore a bit difficult to test
Hi siteraum,
Yes, you can hide it. But it might be better to have the debug on just write it to the logs.
Please have a look at this article:
Best regards,
Victoria