Critical error: registration confirmation Critical error: registration confirmation
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Critical error: registration confirmation

Started by andrefersen, January 30, 2004, 03:26:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

andrefersen

Hi friend's, I´m new for here.
I've a error at register a new account:

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:



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:

moorey

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.


Casper

@andrefersen, DO NOT post links that contain images that may cause offence without warning.

I edited your post accordingly.

Casper
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

andrefersen

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