You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
Hello, it's OK with the PHP file now, thanks to foxmask:
<?php
$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'stendonnet3';
$db_username = 'stephane';
$db_password = '********';
$db_prefix = '_stef';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '11f97c49';
define('PUN', 1);
?>
But now I'm getting this other message error: "Unable to fetch forum config".
As I just installed PHPBB without problems, I prefere to renounce with PunBB. Sorry and thanks to all!
Stéphane
Thanks for your answers!
My transfer was a binar one, I changed to ASCII.
It's not a .txt file, I'm quite sure about it.
This could be interesting: I have a mistake if I type <url>http://www.stendon.net/forum/config.php</url>:
Warning: Unknown(/home/.sites/30/site209/web/forum/config.php): failed to open stream: Permission denied in Unknown on line 0
Warning: Unknown(/home/.sites/30/site209/web/forum/config.php): failed to open stream: Permission denied in Unknown on line 0
Warning: (null)(): Failed opening '/home/.sites/30/site209/web/forum/config.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
What can I do?
Thanks!
Stéphane
Hi everybody,
Indeed, I have the same problem...
Here is my config file:
<?php
$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'stendonnet3';
$db_username = 'stephane';
$db_password = '********';
$db_prefix = '_stef';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '11f97c49';
define('PUN', 1);
I wrote it with Gedit... I guess that I have the correct suffix.
Thanks
Stéphane
Posts found: 3