forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: andrefersen on January 30, 2004, 03:26:22 am

Title: Critical error: registration confirmation
Post by: andrefersen on January 30, 2004, 03:26:22 am
Hi friend's, I´m new for here.
I've a error at register a new account:

Code: [Select]
Critical error
The registration confirmation email can't be send !
 
File: /home/andrefersen/hobbit/register.php - Line: 231


DEBUG MODE IS ENABLE and show it:

Code: [Select]


Warning: mail(): Could not execute mail delivery program in /home/andrefersen/hobbit/include/mailer.inc.php on line 37


and header show it:

Notice: Constant SILLY_SAFE_MODE already defined in /home/andrefersen/hobbit/include/config.inc.php on line 4


I have a php website running(use other DB) and smtp is work fine( nuke cops TEST SMTP)....

Please I need a solution.

Thanks in advanced :lol:
Title: Critical error: registration confirmation
Post by: moorey on January 30, 2004, 03:33:17 am
Open /cpg/include/mailer.inc.php and edit:
Quote
$CONFIG['smtp_host'] = '';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';


Usually you'd just need the smtp_host.
Title: Critical error: registration confirmation
Post by: andrefersen on January 30, 2004, 07:51:43 pm
help
Title: Critical error: registration confirmation
Post by: Casper on January 30, 2004, 08:01:15 pm
@andrefersen, DO NOT post links that contain images that may cause offence without warning.

I edited your post accordingly.

Casper
Title: smtp
Post by: andrefersen on January 30, 2004, 10:49:16 pm
SORRY, the link is deleted.

I Like COPPERMINE and I am helping I in the translation.  

IT is the code correct...I put it:

Quote


$CONFIG['smtp_host'] = "localhost";
$CONFIG['smtp_username'] = "";
$CONFIG['smtp_password'] = "";


THE COPPERMINE is running OK
thank. :D :D  :D