I'm a new guy of durpal, and my test domain is tiyuke.com, when i upload files to the host, the bowser says [Warning: require_once(/home/a2091477/public_html/includes/bootstrap.inc) [function.require-once]: failed to open stream: No such file or directory in /home/a2091477/public_html/index.php on line 19]. How to slove this, come on to help me.

Comments

drupal newer’s picture

below is the code in index.php
<?php

/**
* @file
* The PHP page that serves all page requests on a Drupal installation.
*
* The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
*
* All Drupal code is released under the GNU General Public License.
* See COPYRIGHT.txt and LICENSE.txt.
*/
/**
* Root directory of Drupal installation.
*/define('DRUPAL_ROOT', getcwd());
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_execute_active_handler();

tce’s picture

You need to check all your files have been uploaded properly, specifically includes/bootstrap.inc