Page 1 of 1

Guestbook problem: deleting not possible

Posted: Wed Nov 08, 2006 9:14 pm
by Hanjo Iwanowitsch
Ladies & gentlemen,

I have a problem with the guestbook plugin (2.2) on www.lbsmalente.de (S9y 1.0).

When i am logged in and want to delete an entry in the guestbook (Link shown is <http://www.lbsmalente.de/pittiplatsch&n ... ty[id]=350>) I get the message "SEITE NICHT GEFUNDEN - Die angegebene Seite konnte nicht gefunden werden."

The entry is not deleted afterwards. Why? What to do?

Regards,
Hanjo.

Re: Guestbook problem: deleting not possible

Posted: Wed Nov 08, 2006 9:23 pm
by garvinhicking
Hi!

A similar thread has just been posted in the german forum. I believe it's a bug in the guestbook plugin. Instead o2 "pittiplatsch" it should read "index.php" or something like that. I think Timbalu, the developer of the plugin, is investigating this. :)

Best regards,
Garvin

Posted: Wed Nov 08, 2006 9:44 pm
by Hanjo Iwanowitsch
Oh, I see.

It must have something to do with the name. A version ago the name was the name of a subpage - it is "pittiplattsch" for our guestbook (preventing spam the smart way :-) ).

Now I have to fill a path with a .html afterwards.

I'll fiddle a little and will read in the German forum. Hope there will be a solution.

Thanks for your help!
Hanjo.

Posted: Fri Nov 10, 2006 2:40 pm
by Timbalu
Please try

/pittiplatsch.html

You'll need the .html or a htaccess directive.

Ian

Posted: Sun Nov 12, 2006 10:27 am
by Hanjo Iwanowitsch
Unfortunately still not working then.

Regards,
Hanjo.

Posted: Sun Nov 12, 2006 1:00 pm
by Timbalu
ok,
its just a hack ... but may work for you:
please change inside function generate_EntriesPage()

Code: Select all

$is_guestbook_path = $this->get_config('pageurl');
to

Code: Select all

$is_guestbook_path = '/index.php?serendipity[subpage]=pittiplatsch';
Ian