Menu

#8 guestbook not showing logs

v1.0_(example)
open
nobody
None
5
2005-07-16
2005-07-16
Anonymous
No

i add a entry to the guestbook i can see it in the
admin but i click guestbook and see nothing even after
i click add again and click view guestbook again still
nothing.

boostgaming@yahoo.com thanks

Discussion

  • karlcore

    karlcore - 2005-08-08

    Logged In: YES
    user_id=1213748

    Can you look into the database and see whether the entry is
    actually making it to the database?
    Also, what version do you have?

     
  • Nobody/Anonymous

    Logged In: NO

    I too have the same thing happening.
    Some of the entries do not make it to the guestbook; they are
    visible in the control panel and in the database.
    My versions:
    PHPmyAdmin: 2.5.6
    MySQL: 3.23.58

    bart@funkdementalistics.com

     
  • Nobody/Anonymous

    Logged In: NO

    same thing here:

    12 entries in the database,
    8 show in the adminpanel
    4 show on the webpage
    ?

     
  • Nobody/Anonymous

    Logged In: NO

    Problem solved! It's not a bug: it's a setting!

    Go to includes/content/gbook_content.php:

    if (((strlen($email)) > 4) && ((strlen($name)) > 4)){

    change it to

    if (((strlen($email)) > 1) || ((strlen($name)) > 1)){

    bart@funkdementalistics.com

     
  • karlcore

    karlcore - 2005-09-06

    Logged In: YES
    user_id=1213748

    Hey Bart - thanks for finding that.

    The line of code Bart is referring to is line 67

     

Log in to post a comment.