portion of the a page return error for logged in users.

commerce kickstart 2.x

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

znerol’s picture

Thanks for the report. Apparently this is an issue with authcache on windows servers. You may circumvent this problem by using the safe frontcontroller from modules/authcache_p13n/safe_frontcontroller.

These are the installation instructions:

/**
 * @file
 * Alternative front controller for user specific content fragments.
 *
 * In order to use this front-controller it is necessary to place it into the
 * drupal root directory and then add the following line to settings.php:
 *
 *     $conf['authcache_p13n_frontcontroller_path'] = 'authcache.php';
 *
 * Note: when authcache is not installed into sites/all/modules, the definition
 * of AUTHCACHE_P13N_ROOT below needs to be adapted also.
 */
znerol’s picture

Status: Active » Needs review
FileSize
3.35 KB

Ok, had a chance to test things on windows. The attached patch should fix it. I will apply it to the 2.x-dev branch when the test-bot comes back green.

znerol’s picture

Status: Needs review » Fixed

Commited to 2.x-dev: 6cf0458.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

edited