Thursday 23 March 2006 11:23:33 am
Thanks, the template issue was correct. I remedied that, cleared the caches, but I seem to have yet another problem... For some reason, certain data_map elements are readable, and others aren't. Basically, titles are there, but anything beyond that is returning an error and not showing. One example debug output including errors:
<b>Notice:</b> Mar 23 2006 08:32:56 eZTemplate: Loading template "node/view/full.tpl" with resource "design"
<b>Notice:</b> Mar 23 2006 08:32:56 design/prosoft/override/templates/product.tpl, iso-8859-1
<b>Debug:</b> Mar 23 2006 08:32:56 FETCH START URI: design:node/view/full.tpl, design/prosoft/override/templates/product.tpl <b>Error:</b> eZTemplate @ design/prosoft/override/templates/product.tpl:15[9] Mar 23 2006 08:32:56
No such attribute for array(0): name Choose one of following:
<b>Warning:</b> eZTemplate:attribute_view_gui Mar 23 2006 08:32:56 Parameter attribute is not an object <b>Error:</b> eZTemplate @ design/prosoft/override/templates/product.tpl:17[9] Mar 23 2006 08:32:56
No such attribute for array(0): product_id Choose one of following: So, I believe that is leading to the problem I described originally... The trouble now is, the site builds the content structure (i.e. all of the tree branches and item are there) but when you view a content object, it has no content! So, I can navigate into About > Contact Us > Corporate Office, that structure is there. But when I view that page, it is blank.
Any help would be appreciated...
|