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
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.
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.
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!