Sort by attribute trouble

Author Message

Denis Zatsarinny

Wednesday 25 October 2006 9:46:37 am

Hi,

On few our sites used sorting by attribute like next

$items=fetch_alias(children, hash(parent_node_id, <some_node_id>, sort_by, array('attribute',false,'<class_name>/<some_attribute>'), ...)

<some_attribute> has type ezdate - its work fine on our sites with ez 3.7.6/3.7.9/3.8.3 - but not working on site with ez 3.8.4 !

I'm tried use array('attribute',false(),<attribute_id>) - but has same result.

Anybody can help me ?

Bye.

Kristof Coomans

Thursday 26 October 2006 1:24:57 am

Hello Denis

Have you enabled debug output, disabled template compile and content view cache?
Did you see any template errors then?

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Denis Zatsarinny

Thursday 26 October 2006 1:48:50 am

Hi,

Yes - I was enabled debug output - but not got any error

Sorting working - but working wrong

IMHO - this is may be bug in PHP code or in the SQL statement

Bye.

Claudia Kosny

Wednesday 01 November 2006 9:21:58 am

Hi Denis

Enable SQL output and check the query - does the sort parameter appear there? (It might be useful to surround the fetch with a {debug-timing-point id ="foo"} to find the relevant query easier).

If the sort parameter does not appear in the query try with another sort parameter (just by name or so). Also try without using an fetchalias. Any changes?

Greetings from Luxembourg

Claudia

Denis Zatsarinny

Wednesday 01 November 2006 12:03:31 pm

Hi

4 Claudia Kosny:

I gotta get first upgrade from 3.8.4 -> 3.8.6 - maybe its solve this problem

Bye.

Luc Chase

Sunday 30 September 2007 11:13:36 am

Same or similar prob in 3.9.3

Trying to use a sort array to display sticky news to top of list in fetch_alias. Seems that fetch_alias can't accept an array of arrays for the sort.

This does not work... Empty variable name error.

{set 
list_items=fetch_alias( children, hash( parent_node_id, $node.node_id,
           offset, $view_parameters.offset,
           sort_by, array ( array( attribute, false(), 'news/sticky' ), $node.sort_array),
           limit, $page_limit ) ) }

This also does not work...

{set 
list_items=fetch_alias( children, hash( parent_node_id, $node.node_id,
          offset, $view_parameters.offset,
          attribute_filter, $time_filter,
          sort_by, array ( array( attribute, false(), 'news/sticky' ),array( 'published', false() ) ),
          limit, $page_limit ) ) }

But, this works...

  {set list_items=fetch_alias( children,hash( 'parent_node_id', $node.node_id,
                                                             'offset', $view_parameters.offset,
                                                             'sort_by', array(array( attribute,false(),'news/sticky' ), array('attribute', false(), 'news/date')),  
                                                             'limit', $page_limit ) ) }

and this works...

{set 
list_items=fetch_alias( children, hash( parent_node_id, $node.node_id,
         offset, $view_parameters.offset,
         sort_by, array( attribute, false(), 'news/sticky' ) ,
         limit, $page_limit ) ) }

And this works...

{set 
list_items=fetch_alias( children, hash( parent_node_id, $node.node_id,
         offset, $view_parameters.offset,
         sort_by, $node.sort_array,
         limit, $page_limit ) ) }

The Web Application Service Provider

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 18:13:57
Script start
Timing: Jan 18 2025 18:13:57
Module start 'layout'
Timing: Jan 18 2025 18:13:57
Module start 'content'
Timing: Jan 18 2025 18:13:59
Module end 'content'
Timing: Jan 18 2025 18:13:59
Script end

Main resources:

Total runtime1.3206 sec
Peak memory usage4,096.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 587.9063152.6250
Module start 'layout' 0.00510.0032 740.531339.4453
Module start 'content' 0.00841.3107 779.9766652.0234
Module end 'content' 1.31910.0015 1,432.000016.1641
Script end 1.3206  1,448.1641 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.2535160.0002
Check MTime0.00140.1044160.0001
Mysql Total
Database connection0.00080.060910.0008
Mysqli_queries1.242994.1185700.0178
Looping result0.00080.0622680.0000
Template Total1.267195.920.6336
Template load0.00220.166320.0011
Template processing1.264995.781120.6325
Template load and register function0.00010.008810.0001
states
state_id_array0.00530.402810.0053
state_identifier_array0.00140.104920.0007
Override
Cache load0.00190.1456480.0000
Sytem overhead
Fetch class attribute can translate value0.00060.044040.0001
Fetch class attribute name0.00130.100980.0002
XML
Image XML parsing0.00210.159840.0005
class_abstraction
Instantiating content class attribute0.00000.0013100.0000
General
dbfile0.00510.3893220.0002
String conversion0.00000.000540.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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
5content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 29
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs