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

Error While Installing Drupal

Hello All....

I am new to drupal... I have installed (with some trouble) drupal.. and completed all the steps of INSTALL.txt. Now when i am trying to view my site in browser it gives me the following error:
"Fatal error: Call to undefined function: mysql_connect() in /var/www/html/includes/database.mysql.inc on line 31"

Plz some one guide me what should i do about it...

Thank you...

Newbie Needs MySQL Help

This is the first time I'm installing *anything* on a server. I believe I have Drupal downloaded correctly, but I'm having problems with the MySQL database. I'm trying to transfer to a new host using the database from my old host (who installed everything for me the first time).

Relevant stuff:
Using Plesk 7.5.4

Receiving the following error message when I upload the old database:

PMA Database ... not OK
General relation features Disabled

Additionally, this is the error that shows up on my web page:

htaccess subfolders

Hi all,

i've already installed the beta version of Drupal 4.7. I have some problems with clean URLs and htaccess. If i enable htaccess on my website, i can't surf to my subfolders (mail, stats etc.). Any ideas? Version 4.6.x works without any failures.

Thx!

PHP not finding sendmail

Ok I am at my wits end. I have been all through the forums, php.net, apache.org and the web at large.

Anyway when I try to create my first account it chokes on a php function call to mail(). Per PHP's documentation it says sendmail must be present in the path. It was not when I initially compiled so I uninstalled apache and php, installed sendmail via apt-get to debian and then re-configured and re-compiled the works. PHP (5.1.1), Apache2 (2.2.0)

sendmail works, it is in the path. I even put sendmail_directory=/usr/sbin/sendmail in the php.ini. Least I think it works. Haven't found a good command line example to actually send a msg... but the server is there.
php works, it displays phpinfo.php
mysql works as I have the initial entry in the database from where I tried to have an email sent to me.

when php configures it checks for and finds sendmail (cached) /usr/sbin/sendmail. Have done this several times now (configuring, make, make install) for php since installing sendmail via apt from debian (running mepis)

Yet in the end I still wind up with undefined function call to mail()

Got to be something stupid. Anyway swiped a test mail script someone else on the forums ginned up to test jus the mail call and still can't get it to work.

<?php

$to = "me@gmail.com";

$from = "janedoe@anotherfakedomain.com";

$subject = "This is a test email";

$message = "Dear John,\n\nThis is a fake email, I hope you enjoy it.\n\nFrom Jane.";

problem with links on php scripts

I just installed drupal 4.7 on my server. When I go to index.php, everything works fine, but if I click on any link that wants to send a command to the php script it takes me back to my drupal root folder. Ex. it will go here "drupal/?q=logout" instead of "drupal/index.php?q=logout". Any help would be greatly appreciated. Thanks.

Filemanager and attachment - 412 Precondition Failed

I'm trying to setup filemanager + attachment. However, whenever I try to add an attachment to a node, submit a new node, or submit a node edit, I get the following error:

412 Precondition Failed

The precondition on the request for the URL /node/36/edit evaluated to false.

This error no longer appears when I disable the attachment module.

Any tips would be greatly appreciated!!

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal