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
trying to post... getting 404 tried everything
-
- Posts: 2
- Joined: Tue Apr 12, 2011 2:45 am
Re: trying to post... getting 404 tried everything
Hello matrixpunk,
In the settings.php file you have not changed the setting
this should in your case be set to
Greetings,
Henrie
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';
Code: Select all
$settings['mboard_url']='http://www.benjamindodsworth.ca/mboard13';
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.
-
- Posts: 2
- Joined: Tue Apr 12, 2011 2:45 am
Re: trying to post... getting 404 tried everything
Fixed... bought you a beer. Thanks dude!
Re: trying to post... getting 404 tried everything
Thank you. Very much appreciated 
Henrie

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.