OK, I see. That explains it. I got a bit confused when it sometimes was in English and sometimes in Swedish. But if I know that I didn't do anything wrong I don't mind if it's in English. Tanx for your reply smile.

Paul wrote:

Does your profile show a choice of languages and, if so, have you selected Swedish?

Yep. I have two alternatives; English (which works fine.. of course ;-) and Swedish.
It's set on Swedish.

I forgot to mention one thing... it's in English for the Admin-account... Swedish works for other ("normal)" users... I can't get the menus in Swedish for the admin-account?

I've downloaded the swedish language pack, installed it in the correct catalogue, and in the Administration menu said that it should be in Swedish (I have two alternatives there; English and Swedish).

I've also changed to
$language = 'Swedish';
in config.php

But it's still in English?

What am I doing wrong?

PS.
The name of the catalogue in the lang-directory (forum/lang/) is "Swedish".
Should it maybe be "se"?

Or should
$language = 'Swedish';
be
$language = 'se';

Or the parameter in config.php should be the same as the name of the catalogue (i.e. both "Swedish" or both "se")? Today - when it doesn't work - the paraneter is "Swedish" and the name of the catalogue is "Swedish", and the setting in the Administration-menu is "Swedish".

I have the same problem with Dreamweaver... but only for certain files (config.php & index.php). And it seems to be only files related to this forum (never seen this happen for any other php-file). 

Don't however know the reason for why it happens here.

The files where problems like this occur I simply correct with Notepad.

OK, I start all over again.

A question before I do anything;
In the dowloaded file index.php the last lines are;


        </div>
    </div>
</div>
<?php

$footer_style = 'index';
require PUN_ROOT.'footer.php';
ÿÿ

Is that correct, or how should it look like?

I guess if there is a ÿ-sign in any file something is wrong...?

ADD:
NOW IT WORKS !!
It seems like it's Dreamweaver that adds the ÿ-sign which destroys everything !
I have never seen this before and I've edited many PHP-files before. This is the first time this happens. Guess I have to find a better editor for PHP-files :-)

I tried to install the latest version. Everything went well to begin with, and the database was created. But when I tried to start the forum (index.php) absolutely nothing happened. Whatever I try to run nothing happens (no error messages whatsoever). When I checked the index.php I noticed that there was an error at the end of the file. I don't know how it should look like, but I know that something is wrong here. I tried to correct it, but my knowledge in PHP is not enough.

I wonder, can I install an earlier version without any problem and just by running the setup-file for the earlier version (until this version works), or is there a quick fix for the problem?

Maybe a problem with the zip-file?
There were no files in the root directory... is that correct? All files were in the "upload"-directory. What files should be in the root directory?

EDIT:
I forgot to say that the last lines (line 207-214) in the index.php file looks like;
        </div>
    </div>
</div>
<?php

$footer_style = 'index';
require PUN_ROOT.'footer.php';
ÿÿ


EDIT #2:

I've gotten a few steps further.
There was an ÿ-sign at the end config.php . I deleted this and added the end of the php-string.

Next error I got was that there was no language pack. I found another file somewhere on this site to see how it should look like. That worked.

But the I instead got a new error-essage;
"An error was encountered"
"Error: Unable to fetch category/forum list."

So what can I do. I then tried to upgrade to 1.1.5.
Then I got another error;
"An error was encountered"
"File: /customers/hotpot.se/hotpot.se/httpd.www/php/forum/11_to_115_update.php
Line: 66

PunBB reported: Version mismatch. This script updates version 1.1 and 1.1.1 and 1.1.2 and 1.1.3 and 1.1.4 to version 1.1.5. The database 'my_database' doesn't seem to be running a supported version"

Well, it's correct that I don't run anything, because I don't seem to be able to start the forum, but I'm pretty sure I've installed version 1.1.4 according to the instructions, and the database seem to be  absolutley correct.