Trouble Posting Reply
-
- Posts: 1
- Joined: Wed Feb 09, 2011 11:12 pm
Trouble Posting Reply
I've been searching for previous posts about this but I have found none. I don't have trouble posting on my message board, which I just installed. But when I reply and click submit it takes me to domains.com and it says error 404 or something like that. If you could get back to me ASAP that would be great. Thanks
Re: Trouble Posting Reply
Hello lesserweight,
In your settings.php file you have the setting Or you have had it before and now changed it to the right path, if you have not done that yet, you should do it now.
Unfortunately mboard is not very dynamic. When a message is posted, the paths are hardcoded in the message. So for the messages that are already posted you have to go to the msg folder inside your mboard and open the html-files in there and change the paths pointing to http://www.domain.com to the right path.
Greetings,
Henrie
In your settings.php file you have the setting
Code: Select all
$settings['mboard_url']='http://www.domain.com/mboard';
Unfortunately mboard is not very dynamic. When a message is posted, the paths are hardcoded in the message. So for the messages that are already posted you have to go to the msg folder inside your mboard and open the html-files in there and change the paths pointing to http://www.domain.com to the right path.
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.