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

Search function not working at all

Hello

I use a Drupal installation 4.6.3 with numerous modules installed and the site is still under testing. Drupal has been installed using Fantastico.

The Search function is not working AT ALL: i.e. for content and for members.

I remember reading somewhere on the forums that fantastico installs give search related issues, but couldn't find it again. Is this true?

Drupal Install Help

Hey. I've just installed Drupal 4.6, and In the "install.txt" it says I should be able to go to my site and log in. When I go there, I get this:

Drupal path /admin and /user in conflict with site server

Hi, I'm working on Drupal for months and now activating Clean URL I get this conflict..
When find for www.fixweb.it/admin by Drupal Menu Administration I'll get in site admin page of server.
Server helpdesk tell me that this setup is for all sites on server and it is not changeable.
Can I try with some Redirect, CostumPath or I have to change Drupal code??
Thanks.
www.fixweb.it

500 Internal Server Error after changing hosts

So, after asking my host to enable the gd library and ModWrite, I'm getting the dreaded "500 Internal Server Error" page.

Up until I asked for this, it was running fine.

My .htaccess looks like this:

#
# Apache/PHP/Drupal settings:
#

AllowOverride All

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
Options -Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# PHP 4, Apache 2

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# PHP 5, Apache 1 and 2

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# Reduce the time dynamically generated pages are cache-able.

Clean URLs setting not sticking.

I am trying to get Clean URLs to work on my Drupal install. I have ModRewrite enabled on my webserver, but when I go to the Admin settings to enable Clean URLs, the setting does not stay saved. I am using version 4.6.5 of Drupal.

CleanURLs...

Hi all,

After having moved my site from my homegrown Suse 9 server (still running as www.abc.com) to a virtualized Suse 10 one (currently called test.abc.com -- yes, I changed settings.php) with a hosting company somewhere I can't for the life of me get cleanurls to work.
- phpinfo.php tells me mod_rewrite.so is loaded
- I copied the .htaccess over from the old machine to the new one; basic directory structure is the same (it's all in the default /srv/www/htdocs). It currently looks like this:

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal