When APC is enabled I am facing some problem with ajax.
Forms with ajax are not submitting and Admin side ADD MORE,REMOVE buttons not working.
When I am disabling apc every thing will work fine.

Please help.... Thanks in advance.

Comments

MrHaroldA’s picture

Can you post your APC config from settings.php?

johntang’s picture

I have the same problems. Please help.

My settings is:

$conf['cache_backends'][] = 'sites/all/modules/apc/drupal_apc_cache.inc';
$conf['cache_default_class'] = 'DrupalAPCCache';
$conf['cache_class_cache_bootstrap'] = 'DrupalAPCCache';

$conf['page_cache_without_database'] = TRUE;
$conf['page_cache_invoke_hooks'] = FALSE;
$conf['cache'] = 1;
$conf['cache_lifetime'] = 0;
$conf['page_cache_maximum_age'] = 3600;

When I using ajax, it's does not work correctly. For ex, when I rating using votes star, it does not make my vote.

Thanks

Peter Bowey’s picture

R.Muilwijk’s picture

Status: Active » Postponed (maintainer needs more info)

Did updating fix your problem?

johntang’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

@R.Muilwijk
I did not fixed this problem until I changed shared hosting to VPS.

johntang’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Status: Postponed (maintainer needs more info) » Closed (fixed)