forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 language => Topic started by: Dankriss on August 02, 2010, 06:37:14 pm

Title: Why was the blank emails on registration closed?
Post by: Dankriss on August 02, 2010, 06:37:14 pm

As what I did solved the problem I was having...ie getting blank emails on registration...as too why it solved the problem I have no idea but it did... :)

Kriss  :)
Title: Re: Why was the blank emails on registration closed?
Post by: cyberdyne2 on August 02, 2010, 06:38:55 pm
I was wondering the same re: the thread.  :-\

Regarding the unfinished english_gb file: I emailed the author a few days ago and he assured me the file was complete, despite it ending with no closing .php tags ( ?> )
Title: Re: Why was the blank emails on registration closed?
Post by: cyberdyne2 on August 02, 2010, 06:40:46 pm
And att: Phill.

FWIW, I appreciate the thread was going off topic and that you guys are all very busy but let's be honest, these issues do not appear to be getting dealt with officially so it's hardly surprising when users start speculating as to the cause of their mass-faults with the script.
Title: Re: Why was the blank emails on registration closed?
Post by: phill104 on August 02, 2010, 06:41:19 pm
Who did you email? Which dev do you think wrote the file?

The thread was closed because it was going off topic. The original poster was dealing with one thing and others came in with different problems. As we have a one question per thread policy I felt it ime to close the discussion. Please start individual threads regarding your own issues.
Title: Re: Why was the blank emails on registration closed?
Post by: cyberdyne2 on August 02, 2010, 06:43:56 pm
Who did you email? Which dev do you think wrote the file?

The thread was closed because it was going off topic. The original poster was dealing with one thing and others came in with different problems. As we have a one question per thread policy I felt it ime to close the discussion. Please start individual threads regarding your own issues.

I emailed the author, whose name was listed in the file itself: Tom Atkinson, aka Nibbler (http://forum.coppermine-gallery.net/index.php?action=profile;u=941)
Title: Re: Why was the blank emails on registration closed?
Post by: phill104 on August 02, 2010, 06:47:01 pm
You were lucky to get get a response as the team do not usually respond outside the forum. Nibbler is a top man.

I'll move this thread out of the email section as it really shouldn't be here.
Title: Re: Why was the blank emails on registration closed?
Post by: cyberdyne2 on August 02, 2010, 06:49:31 pm
OK.
I just asked him if 1) he thought the file was definitely complete, 2) if the file size was correct and 3) if he thought that file was the cause of the issues.
His answers were, 1) yes, 2) yes and 3) he doubts it very much.
:)
Title: Re: Why was the blank emails on registration closed?
Post by: Dankriss on August 02, 2010, 06:51:30 pm

So getting blank emails on registration has nothing to do with emailing?

Now I am totally confused....as changing the language file has solved the problem I now get registration emails with the subject and body of the email correct.

Kriss  :)
Title: Re: Why was the blank emails on registration closed?
Post by: cyberdyne2 on August 02, 2010, 06:52:50 pm
All I am saying is that the author of the file had confirmed there are no issues with that particular file. That's all.
Title: Re: Why was the blank emails on registration closed?
Post by: Luc Lannoo on August 18, 2010, 01:32:54 pm
I had the same error on my gallery using Dutch language.

After analysis in found that the code is not the same in Dutch then in English.

In Dutch language file I found :
$lang_register_php['approve_email'] = <<<EOT
Een nieuwe gebruiker met de gebruikersnaam "{USER_NAME}" heeft zich geregistreerd in jouw galerij.
Om je account te kunnen activeren moet je op de link hieronder klikken of kopieer en plak het in je webbrowser.

<a href="{ACT_LINK}">{ACT_LINK}</a>

EOT;

In other languages I found :
$lang_register_approve_email = <<< EOT
A new user with the username "{USER_NAME}" 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.

<a href="{ACT_LINK}">{ACT_LINK}</a>

EOT;

After correcting it as in the English file it worked.

Hope this helps
Title: Re: Why was the blank emails on registration closed?
Post by: Nibbler on August 18, 2010, 08:46:59 pm
That's actually a different issue, but thanks for reporting. I'll fix that for the next release.