27 thoughts on “DMSGuestbook 1.9.0

  1. Hey Daniel,

    Ich hab dein Plugin soweit installiert, und er hat es unter der Gästebuch-Seite auch wunderbar angezeigt. Allerdings habe ich Permalinks aktiviert, d.h. er hat anfangs den Eintrag nicht gespeichert.. dann habe ich aber auf deiner seite den Post gesehen, in der PHP Datei ein bisschen rum-gehandwerkelt und dann ging dies auch soweit xD
    “”
    allerdings gibt es ja auch die Seitenzahlen, die leider immernoch nicht richtig funktionieren…
    Da ich mich mit PHP usw. nicht auskenne, ist meine Frage einfach, ob’s da ne Lösung für gibt?
    WordPress liegt übrigens nicht im root-verzeichnis, sonder im ordner “/cms”
    Mit freundlichem Gruß
    Dschuls

  2. Bei manchen Benutzer scheint der Wechsel zwischen den Permalinks und den Seitenzahlen nicht richtig mit dem Gästebuch zu funktionieren. Ich werde mich dieser Problematik mal genauer annehmen.

    Ob WordPress im Root Verzeichnis liegt, spielt keine Rolle, da lediglich
    der relative Pfad über /plugins/dmsguestbook/ funktionieren muss.
    (z.B. SERVER/Wordpress-Ordner-welcher-bei-dir-cms-heisst/plugins/dmsguestbook/)

  3. Hi Daniel,

    vielen Dank für das Update. Dein Gästebuch ist toll. Nur hab ich ein Problem: Zwischen der Überschrift Gästebuch und der Eingabemaske für neue Nachrichten erscheint folgender Fehler:

    Warning: Missing argument 1 for DMSGuestBook(), called in /is/htdocs/wp1082502_8IM7NCBSR6/www/eviblog/wp-content/plugins/exec-php/includes/runtime.php(41) : eval()’d code on line 1 and defined in /is/htdocs/wp1082502_8IM7NCBSR6/www/blog/wp-content/plugins/dmsguestbook/admin.php on line 1089

    Sonst funktioniert alles super.

    Ich verwende:

    PHP Version 5.2.3
    Wordpress 2.3.3
    Exec PHP 4.4

    Vielen Dank im Vorraus
    Henning

  4. Ich habe das Problem, dass es nicht geht 🙂 Die Seite wird prima angezeigt, aber wenn ich mit Permalink arbeite bekomme ich nach dem Submit ein “Seite nicht gefunden” und im Pfad taucht ein WordPress auf, dass da nicht hingehört. (WP ist nicht im Root aber die url ist ohne wordpress) Wenn ich permalink ausschalte, bekommei ch nach dem submit die indexseite des Blogs.
    Ein Eintrag erfolgt in keinem der beiden Fälle.

    Gruß, Georg

    Ah und danke für die Zeitzonenoffsetgeschichte 😉

  5. Hi Georg

    Du kannst dieses Problem temporär umgehen, wenn du in der Datei
    dmsguestbook.php in der Zeile 535 den Code:
    <form action=”<?php echo $url;?>/?page_id=<?php echo $gb_page_id;?>”
    method=”post”>

    auf
    <form action=”http://DeineWordpress/Gästebuch” method=”post”>
    änderst.

    Gruss,
    Daniel

  6. Hallo

    Ich habe ein kleines Problem mit Show_Post.
    Ich habe es in das Widget eingetragen mit dem Link zu der Seite wo das Gaestebuch eingebaut ist. Wenn ich nun auf einen Eintrag klick, springt er zwar auf die richtige Seite, zeigt mir aber nur den letzten Beitrag und nicht auf den ich geklickt habe.

    Ich weiss leider nicht mehr weiter.

    Gruss

    Fabian

  7. Hallo Fabian,
    dies hängt damit zusammen, dass auf diner Gästebuchseite die Anzahl der Einträge nicht angezeigt werden. Welche PHP Version ist bei dir im Einsatz? (phpinfo auf der DMSGuestbook Admin Seite)

    Ich lass dir per E-mail die zwei angepassten Files zukommen, die sollten dein Problem lösen.

    Gruss, Daniel

  8. Hello Daniel

    This plugin has been working perfectly for months but for some unknown reason now I getting two errors – one I cleared up by removing the function (as near as I can tell that was the instruction given above – I don’t speak German so I used an online translator 🙂 ) which I did by just changing the page template for my Guestbook page to the default template.

    The other error I am still getting is this:

    WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘0 LIMIT 0,10’ at line 3]
    SELECT * FROM wp_dmsguestbook WHERE flag != ‘1’ ORDER BY id 0 LIMIT 0,10;

    I have MySQL 4 and am still using WordPress version 2.3 (I have been waiting for 2.5 to come out before upgrading again). To the best of my knowledge nothing has been upgraded or changed on my server or in my WP installation.

    Is there any way to fix this error? Thanks for any help you can offer! This is a great plugin and I hope to be able to continue using it.

  9. Ooops – more trouble – here’s what’s going on:

    I have the form to sign the Guestbook set up on the home page using the function ?php DMSGuestbook(); (not sure if this will show up my last comment took out the function code I typed) where I want the Guestbook form to show up. Then if you go to my Guestbook page, you can sign the form and read all previous entries.

    Now on my home page I have this error message:
    Warning: Missing argument 1 for dmsguestbook() in /homepages/8/d116188896/htdocs/BashfulDan/wp-content/plugins/dmsguestbook/admin.php on line 1089

    But if I remove the DMSGuestbook function (as I think your previous instruction to someone else with the same problem said to do), then I don’t have a way to show the Guestbook form on my home page (do I?)….

    On the Guestbook page, I removed the function from the Guest Book template page, but now nothing at all shows up on that page except the text I have in the template…..

    How can I fix these problems?

  10. Hi Trisha,

    let me know what the version of DMSGuestbook is were you use. The version 1.9.0 is recommended and will fix a lot of bug’s.

    i could see in your wordpress admin if you trust me, maybe i could you help.

    Otherwise: Install http://xampp.org on your local machine as testing enviroment and copy the whole wordpress installation include the database on it.

    Daniel

  11. Hi Daniel

    Thanks for the offer – I am using version 1.9.0 – I think the problems started when I upgrade from a previous version, but not certain.

    I did a little bit of messing around and here is where I’m at now – I put the ?php DMSGuestbook(); function back into the guestbook.php file, but added the word $content into the parenthesis, so it now looks like: ?php DMSGuestbook($content); ? This fixed the guestbook not showing up on the guestbook page – now it looks like it used to, with no error messages.

    However, I tried the same thing on my index.php file, since I want the form to show up (but not the whole guestbook)……this used to work fine before, but not now. Even though I have that function in my index file, nothing shows up in that spot where I’d like it to be (and where it used to be).

    Is there a way to just have the Guest Book form (for signing) show up on my home page without having all the entries as well?

    Thanks!

  12. DMSGuestbook($content) is a function in admin.php and this will write your guestbook on your screen. You don’t need add code in your guestbook.php (typically 🙂 )

    “Is there a way to just have the Guest Book form (for signing) show up on my home page without having all the entries as well?”

    No, you must delete (or set hidden) this code in dmsguestbook.php.

  13. Hi Daniel

    I know it’s very late (err, very early?) in Germany so I don’t expect another response for a bit :), but wanted to update you…..

    I did find the DMSGuestbook($content) in the admin.php file, close to the line that is referenced in the error message (line 1089), which is what triggered me to try writing it that way in the guestbook.php file.

    If I have that line (?php DMSGuestbook($content); ?) in my guestbook.php (template) file, it displays the guest book fine – no problems. If I leave out the $content and have it as just ?php DMSGuestbook(); ? then I get the error message “Warning: Missing argument 1…..” referencing line 1089 of admin.php. If I leave that line out of the guestbook.php template file altogether, as instructed, then nothing at all shows up on the page.

    I’m not really sure where the disconnect is occurring, but since leaving the modified version of that function in the template file is working, I’ll leave it alone for now. I’ll play around a bit more with what I can/can’t do on the homepage and just update you if I come up with something that works.

    I do plan to upgrade to WP 2.5 in a few weeks (or so) when it’s released, so I’ll look at this again at that time.

    I really do LOVE this plugin!

  14. PS Your site (this page) seems to “time out” every so often, leaving me with a totally blank page that cannot be refreshed – I have to go back to the link to your home page from WP’s plugin page, which gets me back to your home page, but then because there are no URLS to get back to this page, and I can’t read your Navigation (sorry I don’t speak German) I have to do a Search on guestbook plugin to get back to this page. I’m curious to know if there is a reason your page times out, or why you have chosen to not use page URLs so that I could just save a link to this page……

  15. Hallo Daniel

    Vielen Dank fuer die schnelle Hilfe,
    ich kam aber leider erst jetzt dazu deine Dateien auszutauschen, bzw. habe ich gleich das Update genommen 😉

    Und was soll ich sagen es geht, ob es nun am neuem Server liegt auf den ich letzte Woche kurz nach deiner Mail umgezogen, no se, Aber ich werd bekoppt 😉 Es geht.

    Vielen Dank, klasse Script

    Gruss aus Bolivien

    Fabian

Kommentare sind geschlossen.