Problems with not being able to delete a question

Please report bugs here!

Moderator: Thorsten

Post Reply
gaz316
Posts: 14
Joined: Fri May 30, 2003 3:32 pm

Problems with not being able to delete a question

Post by gaz316 »

I am using phpMyFAQ 1,3,4

If i delete a question for some reason it stays and still shows up. when i delete it says it has deleated it but it has not been and still appears on the front page and in edit questions.

Any ideas?
aggreggator
Posts: 1
Joined: Fri Aug 08, 2003 11:37 am

Post by aggreggator »

hi,

i´ve just installed version 1.3.4 and i´m also not able to delete any entries.

Is this a bug or misconfiguration???

ciao, greg
netnoise
Posts: 1
Joined: Fri Aug 08, 2003 3:47 pm
Contact:

Post by netnoise »

Seems to be a little bug.

Fix: Change line 99 in record.save.php from

Code: Select all

<input type="hidden" name="lang" value="<?php print $_REQUEST["lang"]; ?>">
to

Code: Select all

<input type="hidden" name="lang" value="<?php print $_REQUEST["language"]; ?>">
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

yes, this is a bug. The fix posted above is correct.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply