In looking at the code for xmlrpc_server.module, there is the following:

function xmlrpc_server_server() {
  require_once './includes/xmlrpc.inc';
  require_once './includes/xmlrpcs.inc';
  return xmlrpc_server(xmlrpc_server_xmlrpc());
}

However, there isn't an includes directory, and these files do not exist.

Comments

snelson’s picture

Status: Active » Closed (works as designed)

This refers to Drupal's root includes directory. Current working directory is always Drupal root, as its relative to index.php.