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.
Guestbook problem: deleting not possible
-
Hanjo Iwanowitsch
- Regular
- Posts: 46
- Joined: Sun Feb 26, 2006 3:37 pm
- Location: Eutin, Germany
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Guestbook problem: deleting not possible
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
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/
# 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:
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.
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.
-
Hanjo Iwanowitsch
- Regular
- Posts: 46
- Joined: Sun Feb 26, 2006 3:37 pm
- Location: Eutin, Germany
- Contact:
ok,
its just a hack ... but may work for you:
please change inside function generate_EntriesPage()
to
Ian
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');Code: Select all
$is_guestbook_path = '/index.php?serendipity[subpage]=pittiplatsch';