Critical error: registration confirmation Critical error: registration confirmation
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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