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.