Here you can vote for ideas by projects. You can add your ideas to any open project from the project's page.
<<< Backhttps://github.com/sergejey/majordomo/issues/1132
В common.class.php в строке 597 опечатка:
$errorInfo = curl_strerror(curl_errno($ch));
Полагаю, что должно быть так:
$errorInfo = curl_strerror(curl_error($ch));