- Status changed to Closed: works as designed
over 1 year ago 8:26pm 11 October 2023 - 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
The xmlrpx endpoint has been shut down a while ago for security reasons.
On /admin/config/regional/translate/settings
to field Address of localization server to use
I try to set https://localize.drupal.org/
.
And I have error Invalid localization server address specified. Make sure you specified the right server address.
.
drush ev "var_dump(xmlrpc('http://localize.drupal.org/xmlrpc.php', array('l10n.server.test' => array('2.0'))));"
gives me FALSE
:
wodby@php.container:/var/www/lom $ drush ev "var_dump(xmlrpc('http://localize.drupal.org/xmlrpc.php', array('l10n.server.test' => array('2.0'))));"
bool(false)
wodby@php.container:/var/www/lom $
What should I do?
Closed: works as designed
3.0
Client Contributor
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The xmlrpx endpoint has been shut down a while ago for security reasons.