Trouble Posting Reply

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
lesserweight
Posts: 1
Joined: Wed Feb 09, 2011 11:12 pm

Trouble Posting Reply

Post by lesserweight »

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
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: Trouble Posting Reply

Post by Henrie »

Hello lesserweight,

In your settings.php file you have the setting

Code: Select all

$settings['mboard_url']='http://www.domain.com/mboard';
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
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.
Locked