Friday 06 October 2006 7:04:48 am
Hi, A clients site stopped working all of a sudden well or so they say... anyhow going over the site i was able to pin point down the templates that weren't working properly and it came down to a fetch issue. what i still cann't understand is why it just stopped working... previously in my fetches i would filter information such as:
{let leading_articles=fetch( 'content', 'tree', hash( 'parent_node_id', 77,
class_filter_type, "include", class_filter_array, array(25),
attribute_filter, array( array( 'article_issue/leading_article', '=', '1' ) ),
'sort_by', array( 'modified', false() )
)) }
but that stopped working and i've had to re-write all the fetches (about 20) to do something like:
{let leading_articles=fetch( 'content', 'tree', hash( 'parent_node_id', 77,
class_filter_type, "include", class_filter_array, array(25),
attribute_filter, array( array( 292, '=', '1' ) ),
'sort_by', array( 'modified', false() )
)) } Now the site works fine again with the new filter style. What could of happened? Why did the site just stop working and fetching information correctly? any clues?? or is this an ezMystery!! Fabricio
http://www.solobromasychistes.com <<Joomla Site :P
http://www.recipesforhealthyfood.com/ <<Drupal Site :P
http://www.ezforge.com/ <<future ezCommunity, Articles, forums and more...
|