Great script....now a few questions

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Guest

Great script....now a few questions

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

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

Regards
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
Guest

still have troubles

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
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
Guest

thanks

Post by Guest »

Thanks for the support. It works.

Thad
Locked