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

ModRewrite check doesn't work

Installed the 4.6.0 version without any problems with one exeption:
the Settings Page keeps giving me the

"It appears your host is not configured correctly for Clean URLs. Please check for ModRewrite support with your administrator."

message even though i know the webserver is set with the "Module Rewrite".

maybe someone has any idea to that issue since i dont wanna go to my provider with something he can't fix. ;)

Can not Login

I installed drupal 4.6.0 without any problems at all and at the begining, all seems good.

After I created the first user, the admin user, I try to login with it and it does nothing. It does not give errors or any messages, it just does nothing and acts as if I hadn't even tried to login.

After searching the forums for a while I noticed some other people had this problem, but I did not see a clear answer as to why this happens. Is anyone out there who successfully got over this problem?

I am using:

Ecommerce Module 4.5 and Drupal 4.5.2

Was wondering if anyone had any issues installing the ECommerce module on Drupal 4.5.2... It should work with it, right? When I get it installed, I am unable to get my Administer>Modules page to load... It just spins the throbber and then stops with a "Done" message like it has done something but nothing happens...

Any help with this would be great!

Thanks,
Allen

unable to load access, or permissions screen

It never gives me a error, but it hangs my browser. Dowloaded and installed this just last week. Clean install.
I was unable to find any information about this in the forum. All the permissions on the files themselves are set to 755 with a couple set at 777 just to test.
I don't see how my browser could hang like this only on these pages.

Any ideas?

New site - clean urls - high load - host disables clean urls :(

Hi,

I've just successfully migrated a site from Mambo to Drupal (actually it's CivicSpace 0.8.0.3) and firstly I'd like to say thank you to everyone who has worked so hard on both the Drupal project and latterly CivicSpace. I've done a couple of Drupal installs in the past just to see what it was like and have a play but this was the first time I used it in anger and it rocks!

drupal lighttpd php fastcgi

I am trying to install drupal on a lighttpd+php fastcgi setup on a gentoo box

drupal - 4.6.0
php - 5.0.3 (w/eaccelerator and php-cgi ebuilds)
lighttpd - 1.3.13
mysql - 4.0.22-r2

I tried googling for drupal+fastcgi and drupal+lighttpd , but didnt turn out helpful.

my lighttpd php fastcgi setup is:

fastcgi.server		= ( ".php" =>
				( "localhost" => 
				  ( 
				    "socket" => "/tmp/php-fastcgi.sock",
				    "bin-path" => "/usr/bin/php-cgi",
				    "bin-environment" => ( 
                                    	"PHP_FCGI_CHILDREN" => "10",
		                        "PHP_FCGI_MAX_REQUESTS" => "10000"
                		    ),
		                    "bin-copy-environment" => (
                  		    	"PATH", "SHELL", "USER"
                                    )
				  )
				)
			)

my /etc/php/cgi-php5/php.ini :

cgi-php.ini

after setting up the database and sites/default/settings.php with proper database values, when i try to access the index.php, the following error occurs:

Fatal error: Call to undefined function session_set_save_handler() in /.../includes/session.inc on line 9

any pointers ?

cheers,
Ganesh.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal