ezflow custom fetch class for dynamic block not fetching the nodes with selection attribute which is been edited more than once.

Author Message

Romeo Antony

Friday 12 November 2010 3:04:51 am

Hi, is there anyone know following kind of issue with ezflow dynamic fetch class .

 

In ezflow I have a custom fetch class , which will fetch the nodes for a dynamic block.

This custom fetch class fetches nodes (article class nodes with a selection attribute

which has a specific value.).

When I run the cronjob , custom fetch class fetches the correct article nodes with that speciific value.

But the issue is

If I edit the same article and changes the selection attribute value to some other value and run the cronjob , It shouldn't be appear on the dynamic block Bez fetch class , attribute fetch condiion for selection attribute will not satisfy.

But even after changing the selection attribute value , same article is shown on dynamic block ,

I have cleared the all caches.

I do not know why. May be this is bez something wrong with in a fetch class

Here is the fetch class.

$subTreeParameters = array();
$subTreeParameters['AsObject'] = false;
$subTreeParameters['SortBy'] = array( 'published', true ); // first the oldest
$subTreeParameters['AttributeFilter'] = array(
'and',
array( 'published', '>', $publishedAfter ),
array( 'published', '<=', $publishedBeforeOrAt )
);
if ( isset( $parameters['Class'] ) )
{
$subTreeParameters['ClassFilterType'] = 'include';
$subTreeParameters['ClassFilterArray'] = explode( ';', $parameters['Class'] );
}

// Do not fetch hidden nodes even when ShowHiddenNodes=true
$subTreeParameters['AttributeFilter'] = array( 'and', array( 'visibility', '=', true ),array( 'article/catogary', '=', 0 ) );

Here this fetch class fetches nodes with article class with catogary selection attribute whose valuse is '0'. But If I change the selection attribute value to 2 by editing the same article , even after clear the cache it is shown on dynamic block.

Anyone feels something I did wrong in this cutom fetch class? Please do give me a suggestion.

Gaetano Giunta

Saturday 13 November 2010 7:58:56 am

I am not sure that an item that was returned by the block fetch function once will be removed from the block if it's not in the list anymore in subsequent runs... It will probably stay in the block queue anyway.

That's one of the reasons in the end I prefer custom blocks to dynamic blocks most of the times: the mgmt of the queue is too tricky!

Principal Consultant International Business
Member of the Community Project Board

Romeo Antony

Sunday 14 November 2010 3:39:56 am

Thanks for the reply Gaetano .

The only solution for the moment I have is to delete that node that fetched in dynamic block and create a new node with same contents.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 01:09:49
Script start
Timing: Jan 18 2025 01:09:49
Module start 'layout'
Timing: Jan 18 2025 01:09:49
Module start 'content'
Timing: Jan 18 2025 01:09:49
Module end 'content'
Timing: Jan 18 2025 01:09:49
Script end

Main resources:

Total runtime0.4200 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0079 590.0391152.7500
Module start 'layout' 0.00790.0059 742.789139.6563
Module start 'content' 0.01380.4050 782.4453552.4375
Module end 'content' 0.41880.0012 1,334.882811.9453
Script end 0.4200  1,346.8281 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.8176160.0002
Check MTime0.00150.3551160.0001
Mysql Total
Database connection0.00120.287910.0012
Mysqli_queries0.346782.5565590.0059
Looping result0.00070.1592570.0000
Template Total0.365887.120.1829
Template load0.00230.545020.0011
Template processing0.363586.545020.1817
Template load and register function0.00010.024110.0001
states
state_id_array0.00160.386510.0016
state_identifier_array0.00080.192320.0004
Override
Cache load0.00190.4526430.0000
Sytem overhead
Fetch class attribute can translate value0.00100.243320.0005
Fetch class attribute name0.00110.253450.0002
XML
Image XML parsing0.00090.215220.0005
class_abstraction
Instantiating content class attribute0.00000.003160.0000
General
dbfile0.00110.2597220.0000
String conversion0.00000.002240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs