set 777 permissions
it's now ok
thanks
1 2004-02-02 11:23
Re: translations in version 1.1.1 (7 replies, posted in PunBB 1.2 troubleshooting)
2 2004-02-01 21:50
Topic: your first page (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? ) of punBB for making a kind of CMS?
regards
3 2004-02-01 21:37
Re: translations in version 1.1.1 (7 replies, posted in PunBB 1.2 troubleshooting)
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);
?>
4 2004-02-01 21:31
Re: translations in version 1.1.1 (7 replies, posted in PunBB 1.2 troubleshooting)
the files were installed as downloaded!
5 2004-02-01 21:26
Re: translations in version 1.1.1 (7 replies, posted in PunBB 1.2 troubleshooting)
that's exactly my sud-dir config...
/lang/en/
/lang/fr/
/lang/nl/
6 2004-02-01 21:11
Topic: translations in version 1.1.1 (7 replies, posted in PunBB 1.2 troubleshooting)
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