Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 105

    on the frontpage I use the easy slider with text

    Wordpress: 5.3
    Enfold: 4.6.3.1
    php: 7.2

    Thank you

    #1160368

    Hey siteraum,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    #1160600

    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

    • This reply was modified 4 years, 11 months ago by siteraum.
    #1160760

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.