• Resolved sparky

    (@sparkykva)


    With the recent updates I have had several issues with PHP as I hgave been using the latest version of 7.3 and had to revert back to 7.2 as there was some issues the Plug-In not responding correctly. There was an output of Wp content that was being displayed on the site and received the following Errors on the entire Website:
    686
    preg_match_all($pattern, trim($selector_string).’ ‘, $matches, PREG_SET_ORDER);
    if (is_object($debug_object)) {$debug_object->debug_log(2, “Matches Array: “, $matches);}

    $selectors = array();
    $result = array();
    //print_r($matches);

    693 foreach ($matches as $m) {
    $m[0] = trim($m[0]);
    if ($m[0]===” || $m[0]===’/’ || $m[0]===’//’) continue;
    // for browser generated xpath
    if ($m[1]===’tbody’) continue;

    list($tag, $key, $val, $exp, $no_key) = array($m[1], null, null, ‘=’, false);
    if (!empty($m[2])) {$key=’id’; $val=$m[2];}
    if (!empty($m[3])) {$key=’class’; $val=$m[3];}
    if (!empty($m[4])) {$key=$m[4];}
    if (!empty($m[5])) {$exp=$m[5];}
    if (!empty($m[6])) {$val=$m[6];}

    // convert to lowercase
    if ($this->dom->lowercase) {$tag=strtolower($tag); $key=strtolower($key);}
    //elements that do NOT have the specified attribute
    if (isset($key[0]) && $key[0]===’!’) {$key=substr($key, 1); $no_key=true;}

    $result[] = array($tag, $key, $val, $exp, $no_key);
    if (trim($m[7])===’,’) {
    $selectors[] = $result;
    $result = array();
    }
    }
    if (count($result)>0)
    $selectors[] = $result;
    return $selectors;
    }
    as well as on line 1183 which was corrected with the help of our thech support agent ant the Hosting Company.

    Will there be a fix for this and will it be updated at the least with a new release or update to the Plug-In.

    Thank you,
    Sparky

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @sparkykva,

    Thanks for your input. We will contact our developers to have a look at the code.

    Greetings

    Hello @sparkykva,

    Apologies for the late response.
    We truly appreciate the time invested in sharing this information with us.
    This is just an update; the issue is a valid one and is already in the hands of our developers.

    They let us know that it will be probably available in a couple of versions.

    Again, many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nextgen Gallery Error’ is closed to new replies.