Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I created a solution that works for me fine. Just replace line 160 in classes->ed-shortcode.php with

    $ed_gdpr_html .= '<input type="checkbox" name="gdpr" id="gdpr" value="YES" ' . $ed_name_mand . ' /> ';

    and the GDRP checkbox will be mandatory.

    Thread Starter ptomoff

    (@ptomoff)

    These are the errors I got in the debug.log file:

    [29-Jan-2021 06:56:08 UTC] PHP Deprecated: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /************/************/fitnessrum.com/wp-includes/functions.php on line 5143
    [29-Jan-2021 06:56:08 UTC] PHP Deprecated: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /************/************/fitnessrum.com/wp-includes/functions.php on line 5143
    [29-Jan-2021 06:56:10 UTC] PHP Deprecated: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /************/************/fitnessrum.com/wp-includes/functions.php on line 5143
    [29-Jan-2021 06:56:10 UTC] PHP Deprecated: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /************/************/fitnessrum.com/wp-includes/functions.php on line 5143
    [29-Jan-2021 06:56:10 UTC] PHP Deprecated: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /************/************/fitnessrum.com/wp-includes/functions.php on line 5143
    [29-Jan-2021 06:56:10 UTC] PHP Deprecated: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /************/************/fitnessrum.com/wp-includes/functions.php on line 5143
    [29-Jan-2021 06:56:21 UTC] PHP Notice: Trying to access array offset on value of type int in /************/************/fitnessrum.com/wp-content/themes/kami/library/mega_menu.php on line 39
    [29-Jan-2021 06:56:22 UTC] PHP Notice: Trying to access array offset on value of type int in /************/************/fitnessrum.com/wp-content/themes/kami/library/mega_menu.php on line 39
    [29-Jan-2021 06:56:34 UTC] PHP Fatal error: Uncaught PHPMailer\PHPMailer\Exception: Could not access file: /************/************/fitnessrum.com/wp-content/uploads/2020/03/IMG_0178.jpg in /************/************/fitnessrum.com/wp-includes/PHPMailer/PHPMailer.php:3567
    Stack trace:
    #0 /************/************/fitnessrum.com/wp-content/plugins/download-after-email/includes/shortcodes.php(609): PHPMailer\PHPMailer\PHPMailer->addEmbeddedImage(‘/home/fitnesin/…’, ‘img_0178’)
    #1 /************/************/fitnessrum.com/wp-includes/class-wp-hook.php(287): dae_add_embedded_images(Object(PHPMailer\PHPMailer\PHPMailer))
    #2 /************/************/fitnessrum.com/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(Object(PHPMailer\PHPMailer\PHPMailer), Array)
    #3 /************/************/fitnessrum.com/wp-includes/plugin.php(551): WP_Hook->do_action(Array)
    #4 /************/************/fitnessrum.com/wp-includes/pluggable.php(494): do_action_ref_array(‘phpmailer_init’, Array)
    #5 /************/************/fitnessrum.com/wp-content/plugins/dow in /************/************/fitnessrum.com/wp-includes/PHPMailer/PHPMailer.php on line 3567

    Thread Starter ptomoff

    (@ptomoff)

    I deleted the browser hosting and the caching plugin caches, opened a private window and problem still persists. I don’t know how to delete the server cache.

    Thread Starter ptomoff

    (@ptomoff)

    I turned off the caching plugin but the issue still remains.

    The checkbox for the GDPR should be checked when the checkbox is present if a user wants to download. By now a user can download even if the GDPR checkbox is not checked. That violates GDPR.

    How can the GDPR checkbox be mandatory before downloading?

    Hi, I just noticed this plugin doesn’t work with PHP version 5.5.

Viewing 6 replies - 1 through 6 (of 6 total)