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

jasonm3m -- can you please look at this?

i posted a reply / question on the thread at:
http://drupal.org/node/view/7963
(i didn't know how to message you)
i am now in middle of trying cms solutions as you once were...
if you please, i could use help from your experience...

edro

jasonm3m -- can you please look at this?

i posted a reply / question on the thread at:
http://drupal.org/node/view/7963
(i didn't know how to message you)
i am now in middle of trying cms solutions as you once were...
if you please, i could use help from your experience...

edro

403 forbidden index.php emply file after new installation

Used Fantastico to install Drupal where my site is hosted.

Attempting to go to drupal/index.php yields the 403 forbidden error plus "Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument..."

Looking at directory, files, perms looks right but index.php is a 0 length file. Empty. Nada. Nothing.

Uninstalled. Removed frontpage extensions as per another thread just in case... Installed. Checked MySQL DB and it's all there okay as far as I can tell.

Version installed 4.4.0

Nothing in the site Error Log

Migration went well -- (4.3.x) however -- e-mail is not sent when creating new accounts

Migration went well -- (4.3.x) however -- e-mail is not sent when creating new accounts.

Thus I cannot get users to self register (http://www.valuesplanet.com). I am not sure where to look into this. After this, I am going to try the upgrade! ;-)

----Martin----

Migration went well -- (4.3.x) however -- e-mail is not sent when creating new accounts

Migration went well -- (4.3.x) however -- e-mail is not sent when creating new accounts.

Thus I cannot get users to self register (http://www.valuesplanet.com). I am not sure where to look into this. After this, I am going to try the upgrade! ;-)

----Martin----

Drupal forms won't use POST method

I have succesfully installed drupal 4.4 before, but there's this other server where I just can't get it to work... The problem is that none of the Drupal forms POST their data, so I can not enter any data.

See http://www.hoeben.net

Running a clean 4.4.1 install on Linux/Apache/PHP4.3.6/MySQL

PHPInfo available here: http://www.hoeben.net/phpinfo.php

Try creating a user. If you succeed, you'll be the admin ;-). I tried multiple browsers, including Firefox.

I had a closer look myself, and it seems the forms in drupal won't POST. I added the following lines to the top of my conf.php to verify this:

<?php
if ($_SERVER["REQUEST_METHOD"]!="GET") {
 echo "bingo!";
 exit;
}
?>

Logically, this should bail out whenever a form is POSTed. But it never does...
It's not just the user registration form that exhibits this behavior. I tried transplanting the database of a populated drupal site to this server. The drupal site worked, but I could not log in or post new content.

Using (simple) forms on this server works fine: http://www.hoeben.net/test.php

This script prints out the $_SERVER and $_POST variables. If you use the POST button, you'll see that the $_POST variable is succesfully populated, and $_SERVER['REQUEST_METHOD'] is set to POST.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal