Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Re: Email notification is emty  (Read 4855 times)

0 Members and 1 Guest are viewing this topic.

ralfs

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 37
Re: Email notification is emty
« on: February 08, 2006, 01:35:52 pm »

Nearly the same with me: The admin gets the mail including the link for approval
Code: [Select]
Subject: [Database name] - Registration request

A new user with the username ... has registered in your gallery.
In order to activate the account, you need to click on the link below or copy and paste it in your web browser.

http://....... [Link]

In my case the mail to the new user is empty
Code: [Select]
Subject: [Database name] - Activation notification

[nothing]

I use English_GB

Ralf
« Last Edit: February 20, 2006, 03:43:51 am by Nibbler »
Logged

Nibbler

  • Guest
Re: Re: Email notification is emty
« Reply #1 on: February 08, 2006, 01:47:56 pm »

Edit include/langfallback.inc.php, find

Code: [Select]
$lang_register_confirm_email = cpg_lang_var("lang_register_confirm_email");

and add the missing email vars in

Code: [Select]
$lang_register_confirm_email = cpg_lang_var("lang_register_confirm_email");
$lang_register_approve_email = cpg_lang_var("lang_register_approve_email");
$lang_register_activated_email = cpg_lang_var("lang_register_activated_email");
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Re: Email notification is emty
« Reply #2 on: February 08, 2006, 04:58:02 pm »

OMG, this answered an issue I had because I didn't know how to make language fallback work with my custom strings. Thanks, Nibbler!
Logged

Nibbler

  • Guest
Re: Re: Email notification is emty
« Reply #3 on: February 20, 2006, 03:43:41 am »

Committed to cvs.
Logged
Pages: [1]   Go Up
 

Page created in 0.028 seconds with 18 queries.