don't have permission to access

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

don't have permission to access

Post by Sabine »

Every time I want to read a message it says: "You don't have permission to access /mboard/msg/1.html on this server" in times new roman!! I need help.... urg :(
Guest

Post by Guest »

do you have an url to see it in action
Sabine

URL

Post by Sabine »

Sabine

Settings

Post by Sabine »

MY SETTINGS

<?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']="Hundeleksikon";

// Website URL
$settings['website_url']="http://www.hundesitter.dk";

// Message board title
$settings['mboard_title']="Hundeleksikon - online debat";

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

// 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']=0;

// 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']=0;

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

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

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

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

/* 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.1.2";
?>
Guest

Post by Guest »

hi, make sure you have created a folder called msg (inside the mboard folder) and make sure you chmod the new folder to 777

your ftp program should let you do this
Guest

Post by Guest »

I have created a folder called msg (inside the mboard folder) but my upload-program (FTP) only gives me the option to (chmod (UNIX) - Remote file permissions) "white", "read" and/or "execute". I can´t select 777 :(
Guest

Post by Guest »

oh dear, lol

which FTP program do you use ?


because this is the problem, the 777 bit
Guest

Post by Guest »

hi me again,

I also use a unix(linux) based server and am able to chmod to 777

?
Guest

Post by Guest »

I have downloaded Smart FTP now and have changed msg to 777 and the 2 files to 666, but the font is still "Times new roman" in the messages!?
Sabine

Problems...

Post by Sabine »

I have downloaded Smart FTP now and have changed msg to 777 and the 2 files to 666, but the font is still "Times new roman" in the messages!?
Sabine

I solved the problem myself

Post by Sabine »

I changed

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

to

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

Thank you ;)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

If you read the readme.htm carefully you can solve many problems :wink:
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
Locked