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: Keine Email-Benachrichtigung nach Upgrade auf cpg  (Read 3229 times)

0 Members and 1 Guest are viewing this topic.

Arminius

  • Coppermine novice
  • *
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 28
    • www.arminius-numismatics.com
Keine Email-Benachrichtigung nach Upgrade auf cpg
« on: September 30, 2013, 02:09:26 pm »

Hallo

Nach dem Upgrade von cpg1.4.14 auf 1.5.20 bekomme ich keine Email-Benachrichtigung bei Neuregistrierung von Usern mehr. Unter cpg1.4.14 ging es noch problemlos.

Neue User kann ich zwar sehen und dann deren Profil im User manager aktivieren, bekomme sehe darauf aber die Fehlermeldung

" Fatal error: Call to undefined function: htmlspecialchars_decode() in /mnt/webj/c2/56/51689356/htdocs/coppermine1414/cpg1414/include/mailer.inc.php on line 29 "

Einstellungen:

Allow new user registrations: Haken gesetzt
kein Global password for registration
Display disclaimer on user registration : Yes: on a separate page
Display Captcha (Visual Confirmation) on registration page: Haken gesetzt
User registration requires email verification : Haken gesetzt
Notify admin of user registration by email : Haken gesetzt
Admin activation of registrations  : Haken gesetzt

Gallery administrator email    : webmaster@arminius-numismatics.com (mit Weiterleitung auf t-online Mailadresse)

Email settings : (wie empfohlen): nothing has to be changed here; all fields blank when not sure

Galerie: http://www.arminius-numismatics.com/coppermine1414/cpg1414/index.php?cat=0  unter http://www.arminius-numismatics.com/index.html eingebunden.

Danke für eure Hilfe!

Αndré

  • Administrator
  • Coppermine addict
  • ****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Keine Email-Benachrichtigung nach Upgrade auf cpg
« Reply #1 on: October 04, 2013, 09:55:00 am »

Fatal error: Call to undefined function: htmlspecialchars_decode() in /mnt/webj/c2/56/51689356/htdocs/coppermine1414/cpg1414/include/mailer.inc.php on line 29
Siehe http://forum.coppermine-gallery.net/index.php/topic,76665.msg370148.html#msg370148

Ich werde überprüfen, ob wir diese Änderung generell übernehmen können, für dich sollte es aber erstmal funktionieren.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • ****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Keine Email-Benachrichtigung nach Upgrade auf cpg
« Reply #2 on: October 04, 2013, 12:00:16 pm »

Besser: füge folgende Funktion in die Datei include/functions.inc.php ein:
Code: [Select]
if ( !function_exists('htmlspecialchars_decode') )
{
    function htmlspecialchars_decode($text)
    {
        return strtr($text, array_flip(get_html_translation_table(HTML_SPECIALCHARS)));
    }
}
Logged

Arminius

  • Coppermine novice
  • *
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 28
    • www.arminius-numismatics.com
Re: Keine Email-Benachrichtigung nach Upgrade auf cpg
« Reply #3 on: October 11, 2013, 09:03:40 pm »

Nun klappt zumindest das contact sheet.

Den Rest wird die Zukunft zeigen.

Danke

 :) :) :)
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.