I'm having real problems with every page been cached.

Added the following meta to files below to resolve

include/client/header.inc.php

include/staff/header.inc.php

include/staff/login.tpl.php

Is this correct?

I am also having this problem in the admin section on both IE7 and Firefox.

harrison,

Depends on your preference but I would prefer application wide session based cache control.

in main.inc.php change:

#Private chache

ini_set('session.cache_limiter', 'private_no_expire');to:

#No cache

ini_set('session.cache_limiter', 'nocache');I had enabled cache while testing RC2 and totally forgot to disable it. Will update downloads shortly.

I would agree with you just didn't know where to fix the problem.

Authentication Required

when i try to log to admin i get Required

it look like that the user canot view the ticket as well i get same think for user trying view ticket Required

Uriel, once you apply the fix as detailed by Peter try clearing out your "cookies" or Private data in your browser. Looks like your problems are interelated.

5 months later

Nocache, but still get error

Peter -

We, too, got 4 db error messages saying:

- You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

main.inc.php was already set not to use the cache:

#No cache

ini_set('session.cache_limiter', 'nocache');

We are not seeing any other problems and saw no errors when handling "chores," such as deleting spam entries. This error normally does NOT occur.

- Tom

Write a Reply...