PDA

View Full Version : Help!a bout PM1.25


12-06-2000, 04:54 PM
when i send a pm to a user
the page displayed:

____________________________________________
Warning: Server Error in c:\inetpub\vbulletin\private.php on line 521
____________________________________________
but pm can be sent successfully.
why?
how can i fix this problem

12-06-2000, 04:56 PM
btw:my system is Win2000 server+php4

12-06-2000, 08:11 PM
Line 521:
mail($touserinfo[email],$emailsubject,$emailmsg,"From: \"$bbtitle Post Manager\" <$webmasteremail>");
You're mail functions aren't properly defined/configured in php.ini. You'll get an error in any program that tries to mail.

12-07-2000, 01:25 AM
in my php.ini

[mail function]
SMTP = localhost ;for win32 only
sendmail_from = me@localhost.com ;for win32 only
;sendmail_path = ;for unix only, may supply arguments as well (default is 'sendmail -t -i')


but i have not install smtp on my localhost
is it the problem?