-
AuthorPosts
-
November 26, 2019 at 9:42 am #1160225
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 105on the frontpage I use the easy slider with text
Wordpress: 5.3
Enfold: 4.6.3.1
php: 7.2Thank you
November 26, 2019 at 3:51 pm #1160368Hey siteraum,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
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,
NikkoNovember 27, 2019 at 12:09 pm #1160600Hi Nikko, thanks for fast answer,
i take this solution to hide the PHP Warningin 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
- This reply was modified 4 years, 11 months ago by siteraum.
November 27, 2019 at 6:25 pm #1160760Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.