set 777 permissions
it's now ok
thanks

2

(1 replies, posted in PunBB 1.2 discussion)

hi,

how did you generate your 1st page in www.punBB.org?
Is there a mod (or extension? wink ) of punBB for making a kind of CMS?

regards

this is my config.php file, may be this can help?

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'mypunBB';
$db_username = '*****';
$db_password = '*****';
$db_prefix = 'punBB_';
$p_connect = true;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

?>

the files were installed as downloaded!

that's exactly my sud-dir config...
/lang/en/
/lang/fr/
/lang/nl/

Hi,

I just installed punBB version 1.1.1 on my localhost for evaluation purpose.
after unzip of fr.zip, copy of the files in lang/fr (just near /en) and modification of config.php,I got

There is no valid language pack 'fr' installed. Plese check $language setting in config.php.

(same for nl translation)

can you help me? Where was I wrong?

regards
noël