Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hinzaldi

    (@hinzaldi)

    After install of the plugin my admin was unreachable because of a white screen. Turning on debug in the wp_config gave the following error:
    Uncaught Error: Call to undefined function tng_connect() in /home/vhosts/streekarchiefijsselmonde.nl/httpdocs/wp-content/plugins/tng-wordpress-plugin/tng.php:1126
    This function:
    1126:$link = @tng_connect($database_host, $database_username, $database_password);
    does not exist in the tng.php at all.
    I assume this is a recent version, as nobody else yet had this error. Please solve and refrain from using the @ for keeping errors out of sight.

    1129: if( $link && tng_select_db($database_name, $link))
    return $link;

    also function tng_select_db does not exist in my file anymore.
    Websdynamics says that it is on line 2258. Not in my version, that I downloaded two days ago.
    Please update and restore to a working version. Thanks.

    line 109:

    replace
    $product_id = $product->id;

    with:
    $product_id = $product->get_id();

    In WC 3.0 you need to call an other method to get the ID

    Kudos to Jason Judge for this exellent plugin!

    Robert

    Thread Starter Hinzaldi

    (@hinzaldi)

    THANK YOU! it works indeed. I could not find this instruction in the manual, if it’s there. Is this something new in Wordpres 4.1?
    Regards Robert

    Thread Starter Hinzaldi

    (@hinzaldi)

    I forgot: the image does not send as well,

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