trying to post... getting 404 tried everything

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
matrixpunk
Posts: 2
Joined: Tue Apr 12, 2011 2:45 am

trying to post... getting 404 tried everything

Post by matrixpunk »

Hey everyone.. had a little php exp, but just trying to get everything working.
set count to 666, created msg folder and set to 777.
checked the other posts with no prevail.
any help is appreciated!!!

http://www.benjamindodsworth.ca/mboard13/mboard.php
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: trying to post... getting 404 tried everything

Post by Henrie »

Hello matrixpunk,

In the settings.php file you have not changed the setting

Code: Select all

// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']='http://www.domain.com/mboard';
this should in your case be set to

Code: Select all

$settings['mboard_url']='http://www.benjamindodsworth.ca/mboard13';
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.
matrixpunk
Posts: 2
Joined: Tue Apr 12, 2011 2:45 am

Re: trying to post... getting 404 tried everything

Post by matrixpunk »

Fixed... bought you a beer. Thanks dude!
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: trying to post... getting 404 tried everything

Post by Henrie »

Thank you. Very much appreciated :)

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