Quote:
Originally Posted by Kusadasi-Guy
:banana:
<---------- Problem Solved ------------>
i think i solved the slight issue. I have tested this in my local server and vBexternal worked as expected.
here is the solution:
1. Open Vbexternal.php and find:
$config['MasterServer']['servername'],
2. add below:
$config['MasterServer']['port'],
</---------- Problem Solved ------------>
----
optionally:
find: $config['SlaveServer']['servername'],
add below: $config['SlaveServer']['port'],
----
Please let me know if it isnt useful solution for your forums.
|
Tested and works for me as well

thanks man.