1 (edited by AREZ 2011-12-23 14:36)

Topic: problem the administration

I problem the administration on Punbb1.4.1

I can't very easily seen the adminsitration

http://www.webchinupload.com/files/12_38.png

every time i now clicking the link or links the link on the status bar twice formore information please see the image
xxxxxxx.net/forum.php/admin/admin/users.php



I know the problem is the Database



please help me

Re: problem the administration

Check base_url in config.php

3

Re: problem the administration

this is a config.php

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = '------------';
$db_username = '-----------';
$db_password = '---------------';
$db_prefix = '';
$p_connect = false;

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

define('FORUM', 1);

4

Re: problem the administration

try add

$base_url = 'http://your.forum.url';

5

Re: problem the administration

thank you very much