Can someone help? I have serached the forums and see a lot of similar problems, but not exactly my issue:
These are the error messages I get when I click on my url, I am trying to get to the drupal "welcome
page.
Warning: main(includes/bootstrap.inc): failed to open stream: No such file or directory in /home/hilwv/hawaii-island-www/index.php on line 12
Warning: main(): Failed opening 'includes/bootstrap.inc' for inclusion (include_path='./:/usr/local/lib/php') in /home/hilwv/hawaii-island-www/index.php on line 12
Fatal error: Call to undefined function: drupal_page_header() in /home/hilwv/hawaii-island-www/index.php on line 13
What I have done:
I have created the database, uploaded the drupal files, and set settings.php as follows:
* Database URL format:
* $db_url = 'mysql://dbuser:dbpassword@http://hawaii-island.hi.lwv.org/hawaii_island_hi_lwv_org';
* $db_url = 'pgsql://username:password@localhost/database';
*/
$db_url = 'mysql://dbuser:dbpassword@http://hawaii-island.hi.lwv.org/hawaii_island_hi_lwv_org';
$db_prefix = '';
/**
* Base URL:
*
* The URL of your website's main page. It is not allowed to have
* a trailing slash; Drupal will add it for you.
*/
$base_url = 'http://hawaii-island.hi.lwv.org;
I have also tried setting my local host to: http://216.147.119.31, which made better send to me since this is where I want to view the site right now and my domain name is NOT set up yet. However, I get the same exact errors either way.