Topic: getting error 1 on logout
Hi,
sorry for my question, may be it is stupid , I made a lot of search but didn't find anything.
I'm new in the wialon api , working with php files downloaded.
When I'm doing logout
$wialon_api = new Wialon();
$wialon_api->login($cur_token);
[b]some action[/b]
$wialon_api->logout();
[quote]svc=core/logout¶ms={}[/quote]
I'm getting error 1
Array ( [error] => 1 ) which mean "server connection error "
I need some little help.