View Single Post
  #1 (permalink)  
Old August 3rd, 2003, 11:16 PM
robmorrish robmorrish is offline
Registered User
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default PHP MySQL Website Programming P-D-S

I have finished building the base user and session architecture. After determining the correct base data setup I now can login in
and out of the CMS User admin page.

When I try to submit the password reminder i get the following
error:-

Fatal error: Call to undefined function: send() in /home/virtual/site29/fst/var/www/html/html_new/_lib/_classes/class.users.php on line 185

this is similar to an error I had with DB.php and the ->query()
function.. I managed to resolve that error by fixing my connect
string to MySql in config.php.

Am I missing a similar config item which sets up the path to
sendmail?

please help!

Rob.