Page 1 of 1

Unable to delete

Posted: Mon Oct 02, 2006 12:30 pm
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

Posted: Fri Oct 06, 2006 8:01 pm
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.

Thank You

Posted: Sat Oct 07, 2006 2:33 pm
by cerebralnet
Dang, found it....I don't remember editing that but I'll correct it, thanks!