Advanced search  

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

Pages: [1]   Go Down

Author Topic: Critical error: registration confirmation  (Read 3090 times)

0 Members and 1 Guest are viewing this topic.

andrefersen

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Critical error: registration confirmation
« 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:
Logged

moorey

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 404
Critical error: registration confirmation
« Reply #1 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.
Logged

andrefersen

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Critical error: registration confirmation
« Reply #2 on: January 30, 2004, 07:51:43 pm »

help
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Critical error: registration confirmation
« Reply #3 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
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
smtp
« Reply #4 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
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 18 queries.