I upgraded to 1.2.1 and it seems to work fine in all browsers but Safari where it displays unstyled content. Can I ask is this a known issue before I start trying to figure out what dumb thing I've done now ;-)

site here

FWIW - this was happening to me too. The mail subject line was looking like this:

subject    <sender> from <board_title> has sent you a message. You can reply to <sender> by replying to this e-mail.  The message reads as follows: -----------------------------<mail_message>-----------------------------

You need to take care when uploading the mail .tpl files that they are in 'text' (ascii) format, if not the line breaks become corrupted as Connorhd has suggested.

seems to have fixed it smile

Connorhd wrote:

set cookie domain to $cookie_domain = '.wheresmeculture.com'; i think for all subdomains (not sure if it will work for no subdomain though)

Thanks Connor, have just done that and will see how it goes.

Ok, I'm beginning to see a pattern. :)

I am logged in at this url
http://www.wheresmeculture.com/bb/

but if I change to this one
http://wheresmeculture.com/bb/
I am "logged out"

my nav scheme uses both versions of the url so its possible for users to find themselves "logged out" after a few clicks through the site

I know what you mean. I will try to find a pattern and report back. Thanks. :)

Oh I understand now. No, I have only ever had this one installation at this domain.

Thanks Rikard
I'm not sure I fully understand, but as the problem is also occurring for regular users who would not be involved in testing i don't believe this is the source of the problem.

here's my config file if thats any use

<?php

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

$cookie_name = 'WWMCbb_cookie';
$cookie_domain = 'www.wheresmeculture.com';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);
define('PUN_DISABLE_BUFFERING', 1);


?>

many thanks for your help
ps I checked with my host - those wonderful people at TextDrive - and can confirm there is no redirection with regards to the domain.

Yes it has occurred for me several times. Changing the cookie name fixes the problem, but only temporarily. Eventually it will reoccur.

Hi
Users of my forum http://www.wheresmeculture.com/bb are reporting occasional errors with logging in with Internet Explorer. The log-in procedure works as normal but, after the "you are logged in" redirect, users are returned to the main forum page in the logged-out state.

The site is not in frames, so I don't think its the 3rd party issue IE6 has with cookies as reported in the FAQ and discussed elsewhere on this forum.

Anyway, I discovered that one way to clear the error was to rename the $cookie_name value in config.php but eventually I discovered that the simplest fix was for the user to quit Explorer and start it up again.

As I mentioned the error appears to crop up occasionally.

Can anybody suggest a script-side fix for this or throw any light on this error please?

Many thanks.