Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author LDD Web Design

    (@lddwebdesign)

    Thanks for using our plugin. We are not able to recreate the issue. Couple of questions:

    1. Is this a live site or local production site?
    2. Can you provide a link to the site so we can check it out?
    3. What version of WordPress are you installed on?
    Thread Starter amr habib

    (@amr-habib)

    I use Network sites and WordPress
    https://eg.chrkat.com
    version 4.4.2

    Plugin Author LDD Web Design

    (@lddwebdesign)

    Ok… We think there may be an issue with the PHP version on your host provider. We will be including a fix in our next update.

    In the mean time you can try updating the code here: /plugins/ldd-directory-lite/includes/admin/register-settings.php

    On line 421 replace:
    if ( empty( $input[$key] ) ) {

    with:
    if ( isset($ldl_settings[$key]) and empty( $input[$key] ) ) {

    THANKS!

    Plugin Author LDD Web Design

    (@lddwebdesign)

    Hey amr habib, It’s been a while since we’ve heard from you. Hope the suggested fix worked for you. I’m going to go ahead and mark this thread as resolved. Let us know if we can be of any further assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘problem when activating ( Allow Tracking – Allow anonymous usage tracking)’ is closed to new replies.