Page 2 of 2

Posted: Tue Mar 31, 2009 6:46 am
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.

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

Posted: Thu Apr 09, 2009 6:15 pm
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

Posted: Thu Apr 09, 2009 7:06 pm
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.

Posted: Thu Apr 09, 2009 7:43 pm
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