1

(13 replies, posted in PunBB 1.2 troubleshooting)

Okey anyone know or have an example of a properly configured. mod_cache?

2

(13 replies, posted in PunBB 1.2 troubleshooting)

ok thats a start so we are talking about mod_cache in the Apache sever correct? What should it be configured to?

ps. I re intalled the whole forum onto a mysql DB and the issue still exists so i am posistve now that it is somthing outside of punBB (not that i ever doubted Rickard's superam programing power :-P)

3

(13 replies, posted in PunBB 1.2 troubleshooting)

Sorry took me a while to get back onto this.

I Changed the cookie still the same problem. I also amed the chaange sugested in  http://punbb.org/forums/viewtopic.php?id=7229 to no improvement

4

(13 replies, posted in PunBB 1.2 troubleshooting)

Changed cookie nmae issue still persists. I do seem to get this error a lot "Bad request. The link you followed is incorrect or outdated." origernaly i thought this was just when clicking on things that i had already deleted in admin (like i said when i change anything including but not limited to write a post reply to a post edit a reply delete a reply log on, log off the changes will not become apparent untill i clear the browser cache) i just got the error when trying to post a reply.

this is my config.cache

<?php

$db_type = 'pgsql';
$db_host = 'localhost';
$db_name = 'pubforum';
$db_username = 'xxxxxxxx';
$db_password = 'xxxxxxxxx';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'teambcookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = 'e6fde9c4';

define('PUN', 1);

5

(13 replies, posted in PunBB 1.2 troubleshooting)

My issue sounds slightly like http://punbb.org/forums/viewtopic.php?id=7229 except that it happens in firefox and IE...

If anyone could help out a poor university student *Displays empty pockets* :-) that would be greatly appreciated... if actually prayed I?d put you in my prayers or something

Charles

6

(13 replies, posted in PunBB 1.2 troubleshooting)

http://uob-community.ballarat.edu.au/un … mb/upload/

I thought it might have been my browser but issue happens with both Firefox 1.03 and IE6.

Clearing the firefox cache seems to allow me to see any cahnges that have been made but if i change anything else it goes back to square one.

Thanks

Okey there is somthing really wrong with my forum which i just got installed.
For some reason nothing seems to refresh after i've made a change. Is there something i have to do?

Also when i login as administrator and then view a page it no longer shows me as logged in but then again sometimes it does.

What could be wrong should i start again?

If so how do you remove the contents of a postgresql database so that is back to being empty again?

Info it's a fresh install of the newest version of punBB

Php is version 4.3.1
postgre 7.3.2

Charles