Forums / Developer / What happened to my site??

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

What happened to my site??

Author Message

Fabricio Guerrero

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...

Björn X

Friday 06 October 2006 7:15:58 am

Stupid question i guess but

Did you change any class or attribute indentifier names in db?

Fabricio Guerrero

Friday 06 October 2006 7:30:17 am

Hi Björn,

I'd thought the same thing.. I thought the client had changed it.. but they were all exactly the same.. and to be precise the classes hadn't been edited in over a month..

1 thing I forgot to mention is this was on a live site. The site has already been live for about 8 months.. and puffff just stopped...

http://www.solobromasychistes.com <<Joomla Site :P
http://www.recipesforhealthyfood.com/ <<Drupal Site :P
http://www.ezforge.com/ <<future ezCommunity, Articles, forums and more...