Guestbook problem: deleting not possible

Creating and modifying plugins.
Post Reply
Hanjo Iwanowitsch
Regular
Posts: 46
Joined: Sun Feb 26, 2006 3:37 pm
Location: Eutin, Germany
Contact:

Guestbook problem: deleting not possible

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Guestbook problem: deleting not possible

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hanjo Iwanowitsch
Regular
Posts: 46
Joined: Sun Feb 26, 2006 3:37 pm
Location: Eutin, Germany
Contact:

Post 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.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post by Timbalu »

Please try

/pittiplatsch.html

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

Ian
Hanjo Iwanowitsch
Regular
Posts: 46
Joined: Sun Feb 26, 2006 3:37 pm
Location: Eutin, Germany
Contact:

Post by Hanjo Iwanowitsch »

Unfortunately still not working then.

Regards,
Hanjo.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post 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
Post Reply