Page 1 of 1

Image Verification OK, but gets Redirected

Posted: Sun Feb 04, 2007 6:16 am
by Zardoz
Script URL: http://rabe-sta-catalina.110mb.com/msgb/mboard.php
Version of script: 1.3
Hosting company: 110mb.com
URL of phpinfo.php: http://rabe-sta-catalina.110mb.com/phpinfo.php
URL of session_test.php: http://rabe-sta-catalina.110mb.com/msgb/
What terms did you try when SEARCHING for a solution: this forum

Write your message below:

1) at first I can't get past Image Verification the I changed "if(empty($mysecnum))" from this post viewtopic.php?t=1262

2)then a message of this kind came out " cannot create msg/1html" so I CHMOD folder msg/ to 777 rwx-rwx-rwx (from viewtopic.php?t=1264) but still gets redirected here http://www.domain.com/mboard/mboard.php?

Thank you for any help!

PS
As of yesterday I installed your guestbook and placed a link to PHPJunkyard at the bottom of my page. I hope I can messageboard to work.

Posted: Sun Feb 04, 2007 5:21 pm
by Klemen
Emmm, you have (at least) $settings['mboard_url'] setting set to the default value, you must change that to the URL on YOUR server :roll:

Should be like

Code: Select all

$settings['mboard_url']='http://rabe-sta-catalina.110mb.com/msgb';
You will find details about each of the settings in the readme.htm file

Posted: Sun Feb 04, 2007 11:37 pm
by Zardoz
...oops, I overlooked that one :oops: .

Now its working, thanks!

The settings on my test server are correct and I almost can't believe that I forgot to update settings.php on the real server, now to update the pages to point to my new message board!

Thanks again!