Closed (works as designed)
Project:
Services
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2008 at 19:18 UTC
Updated:
26 Feb 2008 at 20:25 UTC
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
Comment #1
snelson commentedThis refers to Drupal's root includes directory. Current working directory is always Drupal root, as its relative to index.php.