Page 1 of 1
Kontaktformular (serendipity_event_contactform) doesn´t work
Posted: Fri Sep 17, 2010 11:01 am
by search1
I use serendipity as an CMS with certifikate (https:...).
Now the Kontaktformular (serendipity_event_contactform) doesn´t work. If I send a message, this text is shown:
Name, E-Mail und ihre Nachricht dürfen nicht leer gelassen werden.
Nur registrierte Benutzer dürfen Einträge kommentieren. Erstellen Sie sich einen eigenen Account hier und loggen Sie sich danach ein. Ihr Browser muss Cookies unterstützen.x
But Name, E-Mail and text isn´t emty. And why is an answer for "Einträge"? This is for contactform. And Cookies are allowed on my browser...
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Fri Sep 17, 2010 2:02 pm
by kleinerChemiker
If you use the antispam plugin, look if you have set some fields, that must not be empty.
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Fri Sep 17, 2010 10:51 pm
by search1
Thank you for the answer!
I use the serendipity_event_spamblock. Here is one setting: Pflichtfelder: name,comment
But there was no change and in former times my serendipity_event_contactform worked.
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Fri Sep 17, 2010 10:57 pm
by kleinerChemiker
The text says, that only registered users are allowed to post.
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Sat Sep 18, 2010 12:42 am
by search1
Registered useres are said, are allowed for "Einträge kommentieren". But this is a contactform.
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Sat Sep 18, 2010 1:32 am
by garvinhicking
Hi!
It applies to both. You cannot block comments and allow contact form entries, at least in the current coding. The spamblock plugin listens on both and regards it both as a form of "comment".
Regards,
Garvin
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Sat Sep 18, 2010 12:41 pm
by search1
Hi!
I don´t know, where I block comments. In Spamschutz (serendipity_event_spamblock) there is only an field "Notfall-Blockade von Kommentaren": with the setting "Nein".
And:
"Kommentare abweisen, die als Text nur den Artikeltitel enthalten": with the setting: "Ja".
And I didn´t change any settings and in former times everything was o.k. with the contactform.
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Sat Sep 18, 2010 6:27 pm
by garvinhicking
Hi!
This is inside the "User Self-Registration" plugin I believe
HTH,
Garvin
Re: Kontaktformular (serendipity_event_contactform) doesn´t
Posted: Sat Sep 18, 2010 10:41 pm
by search1
Yes, this helped: Inside of serendipity_event_adduser there was the setting: "Nur registrierte Nutzer dürfen Kommentare schicken?". I changed this to "Nein" and then the contactform worked.
Thank you!