Page 1 of 1

Great script....now a few questions

Posted: Thu Mar 24, 2005 4:35 am
by Guest
Thanks for the script. It's perfect for what I need it for. I'm running into a problem, however, which I'll elaborate on.
Basically everytime I post a new topic I'm unable to read it without reentering the php script. Here's my page:

http://www.instamatica.com/mboard

Please type a message, then try to read it. The page just sits there and won't load. Any help?

Thanks again for the script, though.

Thad Allender

Posted: Fri Mar 25, 2005 3:01 pm
by Klemen
Hi,

Not really sure what you mean? I just tested it and seems to work fine?

Regards

still have troubles

Posted: Fri Mar 25, 2005 3:09 pm
by Guest
Thanks for checking, however, the problem stated above still persists. To see the problem, click on a topic at
http://www.instamatica.com/mboard
Then click "back to message board" link at top. Click again on the same topic and the page doesn't load. Not sure what's going on. Any help is greatly appreciated.

Thad Allender

Posted: Fri Mar 25, 2005 4:30 pm
by Klemen
Hi,

I see it now. Your "back to message board" link points to

http://www.instamatica.com/mboard/mboard.php/mboard.php

but should point to

http://www.instamatica.com/mboard/mboard.php


Open your settings.php file and make sure
$settings['mboard_url']
is set to:

Code: Select all

$settings['mboard_url']="http://www.instamatica.com/mboard";
You MUSTN'T add /mboard.php to that URL.

Regards

thanks

Posted: Sat Mar 26, 2005 3:16 am
by Guest
Thanks for the support. It works.

Thad