Active
Project:
Advanced cache
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2008 at 02:32 UTC
Updated:
17 Nov 2008 at 06:17 UTC
Drupal 5.12
Adv5.19
I exclude poll from settting.php by using
<?php
$conf = array(
'advcache_node_exclude_types' => array('poll', 'mytype1', 'mytype2' ....),
);
?>It will show a error " unexpected <?...etc"
I removed <? and ?>
error gone, BUT poll seems still been cached badly
no aononymouse user could vote
All working patches applied including node patch
Comments
Comment #1
iKillBill2 commentedto add
we use default drupal poll
Comment #2
dyardley commentedChange this:
to this:
the first block is an example and not what you add
Comment #3
iKillBill2 commentedHi
yes, we actually just added in the first place
not working, poll is still cached
Comment #4
iKillBill2 commentedto add, we allowed anonymouse user to vote and it is where the issue is