Carbonize wrote:Go through your config.inc.php line by line and check your entries. It is trying to goto guestbook/guestbook/index.php
what is pointing to guestbook/guestbook/index.php? the link from the admin page? I'm aware, that's y i'm wondering if there's a better solution to my problem then adding guestbook/ to these
- $GB_PG["index"] = "guestbook/index.php";
- $GB_PG["admin"] = "guestbook/admin.php";
- $GB_PG["comment"] = "guestbook/comment.php";
- $GB_PG["addentry"] = "guestbook/addentry.php";