Menu

#2 does not delete emails when pressing "delete" button

open
nobody
None
5
2003-09-27
2003-09-27
Anonymous
No

The "delete" button on the readmail.php page does not
work. If I press that button at the bottom of the page
when displaying the message, the program simply returns
to the main list, but the item is still there and you
have to remove it again from there.

Discussion

  • Joel Custer

    Joel Custer - 2003-12-31

    Logged In: YES
    user_id=940097

    I had the same problem. To fix it:

    1.) Open readmail.php
    2.) Around line 143, you'll see <input type=submit
    value=\"delete\">
    3.) Change that to <input type=submit name=op
    value=\"delete\">

    That fixed it for me. Now I think I'll add in a Javascript
    confirm before deleting just in case I hit the button by
    accident.

    Good Luck,
    ff_cus

     
  • Tenaka Khan

    Tenaka Khan - 2004-01-18

    Logged In: YES
    user_id=953731

    did not help.

    I even tried:

    3.) Change that to <input type=submit name=\"op\"
    value=\"delete\">

    like the other lines had, nothing helped, can't delete.

     
  • Tenaka Khan

    Tenaka Khan - 2004-01-18

    Logged In: YES
    user_id=953731

    did not help.

    I even tried:

    3.) Change that to <input type=submit name=\"op\"
    value=\"delete\">

    like the other lines had, nothing helped, can't delete.

     
  • Joel Custer

    Joel Custer - 2004-01-19

    Logged In: YES
    user_id=940097

    Use "name=op" NOT "name=\op\" in the input tag for the
    button. The slashes only need to be there when you use
    quotes.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.