| Saturday 30 July 2005 7:54:10 pm 
                                                                
                                                                 OK, this is a wierd error. I'm trying to set up a shop on eZp 3.5.1. I made a generic store product class with the following definition: 
Class:Name: Generic Product
 Identifier: product
 Object Name Pattern: <short_name|name>
 Container: Yes (I plan to store customer comments on the product as child nodes of the product.)
 Attributes: 
[Text line]Name: Name
 Identifier: name
 Flags: required, searchable, translation enabled
 
[Text line]Name: Short Name
 Identifier: short_name
 Flags: searchable, translation enabled
 
[Text line]Name: Model Number
 Identifier: model
 Flags: searchable, translation enabled
 
[Text line]Name: Stock Keeping Unit number
 Identifier: sku
 Flags: required, searchable, translation enabled
 
[Image]Name: Product Photo
 Identifier: image
 Flags: translation enabled
 
[Price]Name: Price
 Identifier: price
 Flags: required, translation enabled
 
[XML Text Field]Name: Features Description
 Identifier: description
 Flags: required, searchable, translation enabled
 
[Matrix]Name: Specifications Matrix
 Identifier: specmatrix
 Flags: required, searchable, translation enabled
 Columns: Spec (spec_name), Value (spec_value)
 
[Price]Name: Cost Price
 Identifier: cost_price
 Flags: required, translation enabled
 OK, so I made a folder named 'shop' in the root content structure folder. When I try to add an instance of the above-defined class to the shop folder, I get a "Fatal Error - Exponential did not finish its request." I tried adding instances of a few other classes, and they went through without a hitch, leading me to believe there is something wrong either with the Shop module or the above-defined class. Anyone have any idea what is wrong? |