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
Unable to delete
-
- Posts: 2
- Joined: Mon Oct 02, 2006 12:07 pm
Unable to delete
Last edited by cerebralnet on Tue Oct 10, 2006 1:44 pm, edited 1 time in total.
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.
<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 
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


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
-
- Posts: 2
- Joined: Mon Oct 02, 2006 12:07 pm
Thank You
Dang, found it....I don't remember editing that but I'll correct it, thanks!