Page 1 of 1

Cannot Delete messages!!

Posted: Tue Mar 14, 2006 6:10 pm
by hamertime
Script URL: www.milliondollarhealthman.com
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

Hi

My message board can be found at www.milliondollarhealthman.com under the contact us link.

I am trying to get my message board up and running but when I click on the delete button it says "Error:404 File Not Found".

If anyone knows why please let me know. :?

Many Thanks
Lee

Posted: Tue Mar 14, 2006 9:52 pm
by Klemen
You have the wrong URL set in $settings['mboard_url'] in settings.php file. Since your MBoard is installed in the main public html folder that should be set to:

$settings['mboard_url']="http://www.milliondollarhealthman.com";

The old posts won't work so I suggest you upload the original (empty) threads.txt file to the server to start over.

Posted: Wed Mar 15, 2006 12:06 am
by hamertime
Thanks for getting back to me.

I just did exactly as you suggested but it comes back with the same error message for some reason.

Thanks
Lee

Posted: Wed Mar 15, 2006 1:21 pm
by Klemen
Please paste your settings file here. You can replace your admin password and e-mail address with ********

Posted: Wed Mar 15, 2006 2:36 pm
by hamertime
Here it is:

<?php
// >>> SETUP YOUR MESSAGE BOARD <<< //
// Detailed information found in the readme file

// What type of server is your website on?
// 1 = UNIX (Linux), 2 = Windows, 3 = Machintos
$settings['system']=1;

// Password for admin area
$settings['apass']="*****";

// Website title
$settings['website_title']="Ticket Swap Shop";

// Website URL
$settings['mboard_url']="http://www.milliondollarhealthman.com";

// Message board title
$settings['mboard_title']="";

// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://www.milliondollarhealthman.com/mboard";

// Allow smileys? 1 = YES, 0 = NO
$settings['smileys']=0;

// Send you an e-mail when a new entry is added? 1 = YES, 0 = NO
$settings['notify']=1;

// Your e-mail. Only required if $settings['notify'] is set to 1.
$settings['admin_email']="you@yourdomain.com";

// Display IP number of members posting? 1 = YES, 0 = NO
$settings['display_IP']=1;

// Maximum number of posts displayed on the first page
$settings['maxposts']=50;

// Keep or delete old posts? 1 = KEEP, 0 = DELETE
$settings['keepoldmsg']=0;

// File exstention for message files
$settings['extension']="html";

/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=1;

/* Filter language. Please refer to readme for info on how to add more bad words
to the list! */
$settings['filter_lang']="en";

// >>> DO NOT EDIT BELOW <<< //
$settings['verzija']="1.21";
?>

Thanks Again

Posted: Thu Mar 16, 2006 9:54 pm
by Klemen
Well, you didn't do what I told you to... Change THIS

Code: Select all

$settings['mboard_url']="http://www.milliondollarhealthman.com/mboard"; 
into THIS:

Code: Select all

$settings['mboard_url']="http://www.milliondollarhealthman.com"; 
Regards

Posted: Tue Mar 21, 2006 11:34 pm
by hamertime
Thanks Klemen, your exactly right I have changed it now thanks a lot for the help.

Lee