CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • 1.9/1.8 installs having ct error
Pages: [1]

Author Topic: 1.9/1.8 installs having ct error  (Read 1697 times)

alfred_nutile

  • Ask me questions
  • ****
  • Posts: 464
  • Karma: 14
    • River Valley Tech Collective
1.9/1.8 installs having ct error
May 16, 2008, 04:36:13 am
just wondering if this
#turn off cache for civicrm
$conf = array(
  'file_directory_path' => conf_path() .'/files', // not needed for this, but probably exists
  'page_cache_fastpath' => 1,
);



function page_cache_fastpath() {
  if (substr($_GET['q'], 0, 7) == 'civicrm') {
    global $conf;
    $conf['cache'] = CACHE_DISABLED;
  }
}

In the drupal file settings.php is causing it?
Or if
ini_set('arg_separator.output',     '&');
ini_set('magic_quotes_runtime',     0);
ini_set('magic_quotes_sybase',      0);
ini_set('session.cache_expire',     200000);
ini_set('session.cache_limiter',    'none');
ini_set('session.cookie_lifetime',  200000);
ini_set('session.gc_maxlifetime',   200000);
ini_set('session.save_handler',     'user');
ini_set('session.use_only_cookies', 1);
ini_set('session.use_trans_sid',    0);
ini_set('url_rewriter.tags',        '');

this care can help if optimized????

This is a common error as seen by searching on
Could not find valid value for ct

ps..I think I have read every previous post on this problem  :) so please do not link me to one unless it ends with a clear solution.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • 1.9/1.8 installs having ct error

This forum was archived on 2017-11-26.