DMSGuestbook FAQ

Deutsch | English

Deutsch
Diese FAQ wurde für das WordPress Plugin: DMSGuestbook ab der Version 1.14.0 geschrieben.
FAQ bis zur Version 1.13.0

1.) Das Gästebuch wird nicht angezeigt
Wurde die Seite unter “Guestbook settings -> Basic” hinzugefügt?

2.) Das Gästebuch wird nicht richtig angezeigt, was soll ich tun?
– Teste das Gästebuch auf ein Standard Theme
– Deaktiviere zu Testzwecke alle Plugins ausser DMSGuestbook

3.) Die Rollenzuteilung unter “Guestbook settings -> Role” zeigt keinen Effekt
Die Benutzerverwaltung kann deaktiviert werden. Öffne dazu die Datei “admin.php” im Ordner “dmsguestbook” und suche den Eintrag: define('ROLE', "1"); und ändere diesen ab auf: define('ROLE', "0");

4.) Obwohl DMSGuestbook aktiviert ist, sehe ich keinen Eintrag im Adminpanel, warum?
Dies kann auf ein Problem der Benutzerverwaltung zurückzuführen sein.
Die Benutzerverwaltung kann deaktiviert werden. Öffne dazu die Datei “admin.php” im Ordner “dmsguestbook” und suche den Eintrag: define('ROLE', "1"); und ändere diesen ab auf: define('ROLE', "0");

5.) Ich bekomme eine Fehlermeldung in der Art: Warning: fopen(/xxxxx/wp-content/plugins/dmsguestbook/language/0 Was soll ich tun?
– Benutze den “Clear” Button unter “Basic” um die Zuordnung des Gästebuches zu lösen.
– Wähle nun aus der Liste die gewünschte Sprache aus.
– Drücke nun auf “Set” bei der gewünschten Seite, welche das Gästebuch anzeigen soll.
– Drücke “Save” um es zu speichern.

6.) Ich bekomme eine Fehlermeldung in der Art: Fatal error: Allowed memory size of ****** bytes exhausted
Eine mögliche Lösung

7.)Ich bekomme keine E-Mail Benachrichtigung, obwohl ich die entsprechende Option aktiviert habe.
Es könnte sein, dass dein Provider (sicher ist es bei Hosteurope) für die mail()-Funktion die Angabe einer gültigen Absenderadresse verlangt. Siehe http://faq.hosteurope.de/index.php?cpid=11073.

Öffne die Datei dmsguestbook.php und suche die Zeile mit dem Eintrag: ‘$mail->From = "DMSGuestbook@".$host;‘.
Ersetze nun den Teil ‘DMSGuestbook@".$host‘ durch die E-Mail Adresse die dein Hoster fordert.
Achtung: Dieser Vorgang muss nach einem Update von DMSGuestbook wiederholt werden!

8.) Image and Math Captcha funktionieren nicht
Möglicherweise ist der Suhosin Patch auf dem Server installiert (http://www.hardened-php.net/suhosin/). Dieser kann verhindern, dass ein Gästebucheintrag versendet werden kann. Dies lässt sich evt. mittels Einstellung in der php.ini beheben. Solltest du keinen Zugriff auf diese Datei haben, so frage deinen Provider oder benutze das neue reCAPTCHA.
suhosin.srand.ignore = Off
suhosin.mt_srand.ignore = Off

Vermisst du etwas in dieser FAQ?
Hast du Fragen zu DMSGuestbook?
Ich bin erreichbar unter: dmsguestbook (at) danielschurter (dot) net

English
This FAQ was written to WordPress plugin: DMSGuestbook version 1.14.0 an above.
FAQ until to version 1.13.0

1.) The guestbook isn’t shown
Was the page added in “Guestbook settings -> Basic”?

2.) The guestbook isn’t shown correctly, what could I do?
– Switch to an standard theme and test it again.
– Deactivate all plugins except DMSGuestbook and test it again.

3.) Role group in “Guestbook settings -> Role” has no effect
The role can be disable. Open the file “admin.php” in “dmsguestbook” folder and search to this entry: define('ROLE', "1");. Replace this with this one: define('ROLE', "0");

4.) Although DMSGuestbook is activated I don’t see any entries in the adminpanel, why?
It could be a problem with the user roles.
The role can be disable. Open the file “admin.php” in “dmsguestbook” folder and search to this entry: define('ROLE', "1");. Replace this with this one: define('ROLE', "0");

5.) I got a error message like this:: Warning: fopen(/xxxxx/wp-content/plugins/dmsguestbook/language/0 What can I do?
– Release your guestbook allocation by pressing “Clear” on the “Basic” page
– Chose your favourite language from the list
– Bind new language to your guestbook page by pressing “Set”
– Finalize that by pressing “Save” button

6.) I got a error message like this:: Fatal error: Allowed memory size of ****** bytes exhausted
A possible solution

7.) Although I’ve set a valid email address, no notification email I got.
Some hoster needs a sender email address where you are registered otherwise it won’t works. See here: http://faq.hosteurope.de/index.php?cpid=11073. To change this open dmsguestbook.php and goto this code: ‘$mail->From = "DMSGuestbook@".$host;‘. Replace this part ‘DMSGuestbook@".$host‘ with your email address which it’s works.
Attention: You have to repeat these steps after a DMSGuestbook update!

8.) Image and Math Captcha won’t work
Maybe the Suhosin patch is installed (http://www.hardened-php.net/suhosin/) that setting could prevent any codes after submitting a post.
You can apparently bypass this behavior by setting the following in your php.ini. If don’t have permission on this file ask you ISP or using reCAPTCHA, the next generation captcha method.
suhosin.srand.ignore = Off
suhosin.mt_srand.ignore = Off

Do you miss something in this FAQ?
Have you a question about DMSGuestbook?
I’m attainable under: dmsguestbook (at) danielschurter (dot) net