I'm getting this error: require_once DRUPAL_ROOT . '/includes/install.core.inc'; install_drupal()

folder/includes/ does contain /install.core.inc - I've double checked. Not sure what the last bit means. Thanks

Comments

kbrinner’s picture

You are either missing the file [root]/includes/install.core.inc (this is a core file for Drupal 7) or your path is not set correctly so DRUPAL_ROOT is not going to the correct directory.

Larkach’s picture

Thank you, install.core.inc is there, but it seems the code is stopping at install_drupal for some reason