Quote:
Originally Posted by NLP-er
Try this (checked on my board an is safe, but need your confirmation does it solves the issue - if yes then it will be included in official release):
1. find in /includes/vbenterprisetranslator_functions.php line with code
PHP Code:
if (!mysql_ping()) {
2. change it to this one:
PHP Code:
if (!mysql_ping($vbulletin->db->connection_recent)) {
Please give me confirmation does this solves the issue 
|
YES. THIS DOES SOLVE THAT PROBLEM. the initial warning messages have gone, but now there is one new/different warning message: Warning: mysql_ping() expects parameter 1 to be resource, object given in [path]/includes/vbenterprisetranslator_functions.php on line 692
thankyou for your help. kmt