PDA

View Full Version : Unable to reach Flynax Server during Import Data to Multi-Leveled Data Entries



Oleksiy Pivkopa
March 1, 2018, 01:10 PM
I'm unable to update Location List on website.
Anybody knows is it because of internal problem or poor connection with flynax server.
Core code did not change, only minor changes in plugin area in admin panel.
Hope for any reply with suggestions to start resolve in case of internal mistake.
Screenshots attached.

Viktor
March 2, 2018, 05:41 AM
Hello Oleksiy Pivkopa,

I suggest you create a new ticket with the request of your problem. I think nobody can help you here.

Rudi
March 2, 2018, 06:44 AM
Hello,

it will be solved in the new update

now you should go to ftp > plugins > multiField > rlMultiField.class.php > find 'function getFData'

find next:


$vps = "http://205.234.232.103/~flsource/getdata.php?nv&domain={$GLOBALS['license_domain']}&license={$GLOBALS['license_number']}";


and change it to:


$vps = "http://database.flynax.com/index.php?plugin=multiField";
$vps .= "&domain={$GLOBALS['license_domain']}&license={$GLOBALS['license_number']}";


then go to directory admin > import.php > 'function getFData' and replace 205.234.232.103 with 154.16.146.221

Oleksiy Pivkopa
March 2, 2018, 11:58 AM
Thanks, Rudi.Loaded well.