Having problems installing Drupal? See the Installation Guide for more information.

error 500 internal server error with drupal6

hello,
I have a 500 internal server error with drupal, with this problem I can not install drupal to my site. before that the installation are running successful but the images do not show.
how can i solve this problem?
help me please!

Setting up owncloud - switching from Xampp - Drupal sites not working properly

Hi all,

I'm on Kubuntu 11.04.
I decided that owncloud looks very kewl, so I uninstalled apache friends' xampp which I've been using for years, and ran 'apt-get install owncloud'.
Install went fine, PHP, Apache, mySql all fine. I also added PHPmyadmin.

I can access my local html websites via localhost - but my Drupal sites ( I don't have any other dynamic sites so I don't know if it's Drupal related or database related exactly) only show the front page, but incomplete, and all links go to 404s.
I installed a fresh Drupal site no probs, it all works fine.

drupal installation problems

Hi

Im a drupal newbie trying to setup drupal 6.22 with wmp sesrver 2.1.

Im getting following error on the screen at install site step of the setup.

not sure y??...Thanks for your time..

drupal 7 + sqlite

Hello

I try to install drupal 7 and sqlite. I got the following error:

Fatal error: Maximum execution time of 240 seconds exceeded in /usr/local/htdocs/drupal/includes/database/database.inc on line 796

Fatal error: Maximum execution time of 240 seconds exceeded in /usr/local/htdocs/drupal/includes/database/prefetch.inc on line 168

Fatal error: Maximum execution time of 240 seconds exceeded in Unknown on line 0

Bootstrap Error Message. Failed open stream

Installing Drupal on a local host machine (client) XP (sp3) Home.

Using the WAMP server.

Continuing to receive this message. Could someone please direct me as to what I might be over looking? Using PHP version 5.2.
Thank you.

Warning: require_once(./includes/bootstrap.inc/) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\drupal\index.php on line 14

Fatal error: require_once() [function.require]: Failed opening required './includes/bootstrap.inc/' (include_path='.;C:\php5\pear') in C:\wamp\www\drupal\index.php on line 14

index.php file contents: (drupal file)
<?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.
*/

require_once './includes/bootstrap.inc/';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

$return = menu_execute_active_handler();

// Menu status constants are integers; page content is a string.
if (is_int($return)) {
switch ($return) {
case MENU_NOT_FOUND:
drupal_not_found();
break;
case MENU_ACCESS_DENIED:
drupal_access_denied();
break;
case MENU_SITE_OFFLINE:

Installing Drupal 7 on a co-located Mac

Haven't tried this yet but I have co-located Mac that I run several programs on remotely. I can use this to host my web site, so my question is, what's the best way to do this?

I'm thinking I should install MAMP on the server machine and install Drupal 7 as I've done on my local testbed. Is this rational?

Also, Lion server may be an option, eventually, when some of my other software can begin running under Lion. Currently, I'm holding off until things settle down before upgrading.

Suggestions are welcome.

Stephen

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal