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

Link Problems

I have successfully gotten installed Drupal, except for one big problem. When I load the homepage, all of the links direct to http://localhost/?q=admin rather than http://www.domain.com/?q=admin. As a result, I am not able to create an account or do anything else.

I've tried the solutions mentioned in other posts which described a similar problem, but none of them have worked. I tried editing my .htaccess and conf.php files with no success.

.htaccess giving 404 errors on all pages but index.php

I've just installed Drupal to give it a test drive; I'm currently using WordPress and think that Drupal might be a better choice. The initial install went smoothly, I created my admin account, set the options (including clean URLs). Then the system went wonky.

I get a 404 Not Found error whenever I try to load a page that's not the /drupal/index.php page. That means that I can't change any settings, or log myself out.

Server info: Mac OSX, Apache 2.0.54, PHP 4.3.9. The .htaccess in the drupal directory is being processed. It looks like this:



order deny,allow
deny from all

# Set some options
Options -Indexes
Options +FollowSymLinks

# Customized server error messages:
ErrorDocument 404 /Users/bmiller/Sites/drupal/index.php

# Set the default handler to index.php:
DirectoryIndex index.php

# Overload PHP variables:

# If you are using Apache 2, you have to use
# instead of .
php_value register_globals 0
php_value track_vars 1
php_value short_open_tag 1
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value arg_separator.output "&"

problem with databases

I've installed to the /drupal directory and created a database named greg_drupal since my host forces me to prefix all my databases with greg_.

I'm now getting the following error while trying to load the index:
[code]Fatal error: Table 'greg_drupal.greg_users' doesn't exist query: SELECT u.*, s.* FROM greg_users u INNER JOIN greg_sessions s ON u.uid = s.uid WHERE s.sid = '78ee432846ecbc0826ba418485425b0d' AND u.status < 3 LIMIT 0, 1 in /home/greg/domains/ca.leetservers.net/public_html/drupal/includes/database.mysql.inc on line 125[/code]

Internal Server Error

I have just installede Drupal 4.5.0 and followed everything in the instructions. Everything seemed to go well, created mysql database and user perfectly. Did everything the install.txt guide told me to. And whenever i go to the site root i get the following page
_______________________
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Problem with BBcode.module

After I enabled the BBCode Module, there is a warning notice like the following appearing atop my website:

warning: open_basedir restriction in effect. File is in wrong directory in /user/....

I don't know what is wrong. Could anybody give me some suggestion about how to fix the problem? Thanks a ton!

Module > features

Hello together

First i want say, thnx 4 this nice drupal !

Here my question.

I want to use the Modul "features" but i have al liddle Problem.
I have installt sucessful this modul, (Inkl. Mysql) Now i have activate it in "modules". An entry is now under the "administer". But what now ? How can i add features ? I found nothing :(

Thnx 4 all Infos.

Greets
Alex

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal