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

qmail - Drupal can't send mail to user, smtp.inc seem doesn't work -- please help me

I have already install drupal into my server which had install qmail system running well for all user in my local network.
I have installed SMTP follow the instruction at this site: http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/tricks/smt...

Installation:

1. Download class.smtp.inc from
http://www.phpguru.org/downloads/smtp/smtp.class-1.0.5.tar.gz
Place the file in the Drupal includes directory.
2. Place smtp.inc in the Drupal includes/ directory.
3. Change your configuration file to include:
$conf["smtp_library"] = "includes/smtp.inc";

I put the final line $conf["smtp_library"] = "includes/smtp.inc"; in .../sites/default/settings.php

And when user register, no mail send to user. Next, i try to request new password with that user have just registered, fill username or email click 'email new password' --> a blank page appear without notification or error message.
Then i check the error messages of my web server:

foo# tail community-error
[Wed Jul 27 09:25:31 2005] [error] PHP Notice: Undefined index: module in /htdocs/community/includes/bootstrap.inc on line 335
[Wed Jul 27 09:25:31 2005] [error] PHP Notice: Undefined index: filter in /htdocs/community/includes/bootstrap.inc on line 93
[Wed Jul 27 09:25:31 2005] [error] PHP Notice: Undefined index: statistics in /htdocs/community/includes/bootstrap.inc on line 335

Story preview doesn't appear.

I just recently installed 4.6.2, and when previewing stories, the trimmed version appears fine. But in the "Preview full version" area the story title and "Submitted by appears" but the story content is missing. Can't seem to find any bug reports or people that have experienced the same.

Using php5 on Fedora core 4.

Thanks,
Luke

Not found message in apache error log

File does not exist: /home/ramapo2007/public_html/system, referrer http://www.ramapo2007.org/?q=admin/settings

Who is issuing this message and why?

search index abnormaly large?

I don't know if having 13,000 rows in the search index is too many or abnormal. Its seems excessive to me. In addition the site is too slow and it seems to corespond with the search index growth. The site has only about 200 actual nodes but it has 1500 or so aliases. Is this a problem? Is there a way to just dump the search index? Any help would be appreciated.

Newbie needs help

When I get to this step in the installation process, where I try to put this entry into the command line:

mysql -u myDrupalUserID -p myDrupalDatabase < database/database.mysql

I always get an error that says it can't find the specified file. I'm replacing myDrupalUserID with my user name and myDrupalDatabase with my name for the database. I'm also replacing that last part with a pathway that I know exists since I've traced it myself through Windows Explorer. Please help!

Thanks

Trouble with Drupal installation: "c:\windows\temp does not exist" error

Running Drupal 4.6.1, IIS5 on Win2000 server.

I'm getting the following error on the settings page:

warning: mkdir() [function.mkdir]: No such file or directory in [fullpath]\includes\file.inc on line 94.

The directory c:\windows\temp does not exist.

Upon searching the Drupal archives, I came across a post that should have helped with instructions to change a line in file.inc from:

define('FILE_DIRECTORY_TEMP', IS_WINDOWS ? 'c:\\windows\\temp' : '/tmp');

to

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal