Cant post

Is message board greying out your hair (at least what's left of it)? Let us help you here
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You don't need to fix anything inside the script, your PHP sessions on general don't work. It's a PHP configuration issue. Make sure your PHP sessions work, I'm afraid I can't help you get those working.
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
kinggeorge3287
Posts: 19
Joined: Mon Sep 29, 2008 4:28 am

it works, but........

Post by kinggeorge3287 »

Klemen wrote:You don't need to fix anything inside the script, your PHP sessions on general don't work. It's a PHP configuration issue. Make sure your PHP sessions work, I'm afraid I can't help you get those working.
Hey klemen,

After doing 2weeks of research, i finally got the massage board to post. For the message to post i had to "disable the security number check" $settings['autosubmit'] = 0 Do you know why that is?? After one post a message i cant replay to the post, or can i delete a post

my websit address changed http://bigappleboy.com/

Message board : http://ww2.bigappleboy.com:4444/mboard/mboard.php

Session test: http://bigappleboy.com/test.php

Please help
Prince George
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You probably have the wrong URL to mboard.php set in your settings.php file, you have this URL set:
http://www.bigappleboy.com/mboard/mboard.php

Bu it should match the URL you are accessing it from - in your case:
http://ww2.bigappleboy.com:4444/mboard/mboard.php

Try changing that, re-upload the empty ids.txt and threads.txt files and try again.
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
kinggeorge3287
Posts: 19
Joined: Mon Sep 29, 2008 4:28 am

Post by kinggeorge3287 »

Klemen wrote:You probably have the wrong URL to mboard.php set in your settings.php file, you have this URL set:
http://www.bigappleboy.com/mboard/mboard.php

Bu it should match the URL you are accessing it from - in your case:
http://ww2.bigappleboy.com:4444/mboard/mboard.php

Try changing that, re-upload the empty ids.txt and threads.txt files and try again.
Hey,
Thank you It works.
thank you for all your time
Locked