Author Topic: New Version - InBox Error  (Read 5869 times)

Offline Consumer Way

  • Newbie
  • *
  • Posts: 4
New Version - InBox Error
« on: August 10, 2006, 09:00:34 AM »
I have uploaded the very latest version and all is great. However, when I get a mail, my inbox in the navigation shows i have (1) new message and the title bar also updates.

However, my inbox does not reload to show the new mail, I need to reload the page or navigate away and then back to inbox to show this message.

Is it a bug? Or did I miss a setting?

Thanks,

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: New Version - InBox Error
« Reply #1 on: August 10, 2006, 09:08:47 AM »
This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.
 
  

Offline Consumer Way

  • Newbie
  • *
  • Posts: 4
Re: New Version - InBox Error
« Reply #2 on: August 10, 2006, 09:11:06 AM »
Quote from: Brett
This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.

Phew - thought it was me - thanks i'll turn it off :D

Offline fardin

  • Newbie
  • *
  • Posts: 2
Re: New Version - InBox Error
« Reply #3 on: August 16, 2006, 02:34:44 AM »
Quote from: Brett
This is a small bug. It has been there since 0.1beta1. If you turn caching off, it will work as expected.

Hello there.
 i don't understand how to turn "caching off" help me please i have the same problem :-\

Offline fardin

  • Newbie
  • *
  • Posts: 2
Re: New Version - InBox Error
« Reply #4 on: August 16, 2006, 02:38:38 AM »
any one help me plz im new here ???

Offline marin

  • Jr. Member
  • **
  • Posts: 17
Re: New Version - InBox Error
« Reply #5 on: August 16, 2006, 03:03:34 AM »
Find this in config/main.inc.php

// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = TRUE;

and change it to FALSE :)