Unable to delete

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
cerebralnet
Posts: 2
Joined: Mon Oct 02, 2006 12:07 pm

Unable to delete

Post by cerebralnet »

Script URL:http://www.texasracecity.com/mboard
Version of script:1.21
Hosting company: dreamhost
URL of phpinfo.php: www.texasracecity.com
URL of session_test.php: www.texasracecity.com
What terms did you try when SEARCHING for a solution: delete message

Write your message below:

I have checked other posts and nothing seems to be similar. I am trying to delete posts, get prompted for admin pwd - enters fine, window is refreshed but posts never get deleted. Tried the obvious- deleting cache on local - no go, chmod on files is correct, link spec in settings is ok
Last edited by cerebralnet on Tue Oct 10, 2006 1:44 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

When editing mboard.php you made a mistake and renamed the name of this hidden field:
<input type="hidden" name="a" value="confirmdelete">
to "a2" and that's the reason it doesn't work. Could be the same problem with other functions also.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
cerebralnet
Posts: 2
Joined: Mon Oct 02, 2006 12:07 pm

Thank You

Post by cerebralnet »

Dang, found it....I don't remember editing that but I'll correct it, thanks!
Locked