Missing include files

ebeyrent - February 26, 2008 - 19:18
Project:Services
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:by design
Description

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

<?php
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.

#1

snelson - February 26, 2008 - 20:25
Status:active» by design

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

 
 

Drupal is a registered trademark of Dries Buytaert.