Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2006 at 01:50 UTC
Updated:
29 Dec 2006 at 01:57 UTC
Existing issues at http://drupal.org/node/102599 and http://drupal.org/node/100476 deal with this same error message but for different reasons.
I can successfully reproduce this error when I try to install Drupal on an existing database using the same prefix as an existing installation. In other words, if Drupal tries to create a table that already exists, you get "Call to undefined function file_directory_path()" which is not the best first impression of Drupal. There should be an accurate error message saying something like, "Table whatever already exists. Please choose another prefix or database."
Comments
Comment #1
RobRoy commentedIndeed, http://drupal.org/node/100476#comment-170214 fixes this. Thanks Chris.