We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Пытаюсь выполнить следующий файл:
<?php $urfa = URFAClient::init(array( 'login' => 'login', 'password' => 'password', 'address' => 'address', 'timeout' => 10, 'admin' => FALSE, 'log' => TRUE, )); $result = $urfa->rpcf_user5_set_next_tp(array( 'tp_link' => 2, 'tp_next' => 2, )); print_r($result); print_r(URFAClient::trace_log());
При выполнении скрипт "висит" и ничего не выводит. По тайм ауту тоже не завершается.
The text was updated successfully, but these errors were encountered:
Какая версия ядра UTM5?
Sorry, something went wrong.
5.3-001
Ошибка в описании функции, не хватает account_id первым параметром:
<function name="rpcf_user5_set_next_tp" id="-0x15006"> <input> <integer name="account_id" /> <integer name="tp_link" default="0"/> <integer name="tp_next" default="0"/> </input> <output> <integer name="result"/> </output> </function>
Данная проблема наблюдается и в последней версии 5.3-003 (update5). Позже напишу тесты для данной проблемы.
Спасибо, с новым описанием функции все работает. Вопрос остался с таймаутом на неправильном описании.
Таймаут поправил. Спасибо.
k-shym
No branches or pull requests
Пытаюсь выполнить следующий файл:
При выполнении скрипт "висит" и ничего не выводит.
По тайм ауту тоже не завершается.
The text was updated successfully, but these errors were encountered: